Skip to content

Commit

Permalink
Update readme and add env to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPetrov committed Oct 1, 2019
1 parent 33d7b60 commit ff35504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
env
7 changes: 4 additions & 3 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ Installation

.. code:: bash
cd /path/to/rfam-docs
# create a new virtual environment
virtualenv /path/to/new/rfam-docs-virtualenv
virtualenv `pwd`/env
# activate virtual environment
source /path/to/new/rfam-docs-virtualenv/bin/activate
source env/bin/activate
# install Python dependencies
cd /path/to/rfam-docs
pip install -r requirements.txt
# serve documentation locally at http://127.0.0.1:8000
Expand Down

0 comments on commit ff35504

Please sign in to comment.