Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Danamir committed Nov 20, 2018
1 parent bf2ea74 commit 657d8de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Download and unzip the sources :
```shell
$ curl --location https://github.com/Danamir/dyn-gandi/archive/master.zip --output dyn-gandi-master.zip
$ unzip dyn-gandi-master.zip
$ cd dyn-gandi-master
$ mv dyn-gandi-master/ dyn-gandi
$ cd dyn-gandi
```

_(Optional)_ Configure Python virtual environment :
Expand All @@ -28,7 +29,7 @@ $ .env/Script/activate.bat (Windows)

Install :
```shell
$ python setup.py install
$ python setup.py develop
$ copy config.ini-dist config.ini
$ dyn_gandi --help
-or-
Expand Down

0 comments on commit 657d8de

Please sign in to comment.