Skip to content

Commit

Permalink
Updated developer install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Nov 26, 2019
1 parent 32bced9 commit 68e4b48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ This method is sub-par for dependency management (see above notice), but - as a
git clone git@github.com:TheChymera/LabbookDB.git
cd LabbookDB
mkdir ~/.python_develop
echo "export PYTHONPATH=\$HOME/.python_develop:\$PYTHONPATH" >> ~/.bashrc
echo "export PATH=\$HOME/.python_develop:\$PATH" >> ~/.bashrc
echo "export PATH=\$HOME/.local/bin/:\$PATH" >> ~/.bashrc
source ~/.bashrc
python setup.py develop --install-dir ~/.python_develop/
python setup.py develop --user
Example Input
-------------
Expand Down

0 comments on commit 68e4b48

Please sign in to comment.