Skip to content

Commit

Permalink
fixed #25: added docs for --update/--force options
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Feb 9, 2014
1 parent 64fbd73 commit ccf3a4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,15 @@ environment::
$ which coffee
/home/monty/virtualenvs/my_env/bin/coffee

If environment's directory already exists then you can use ``--force`` option::

$ nodeenv --requirement=./requirements.txt --jobs=4 --force env

If you alredy have an environment and want to update packages from requirements
file you can use ``--update`` option::

$ . env-4.3/bin/activate
(env-4.3)$ nodeenv --update=./requirements.txt

Alternatives
------------
Expand Down

0 comments on commit ccf3a4b

Please sign in to comment.