Skip to content

Commit

Permalink
Merge pull request #64 from mtholder/patch-1
Browse files Browse the repository at this point in the history
Update INSTALL
  • Loading branch information
snacktavish committed Aug 9, 2019
2 parents 6c8a811 + 4290dc1 commit 71ae101
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ Work is in progess on cleaning up the requirements, and making physcraper python
Recommended install procedure is using a virtual env.

virtualenv --python=/usr/bin/python2.7 venv-physcraper

If that fails, you may have to use:

python2.7 -m pip install virtualenv
python2.7 -m virtualenv venv-physcraper

Once you have a venv-physcraper directory, you can run:

source venv-physcraper/bin/activate
## This force reinstalling numpy first is key
pip install --force-reinstall numpy==1.14.5
pip install -r requiremenets.txt
python setup.py install
python setup.py install

0 comments on commit 71ae101

Please sign in to comment.