Skip to content

Commit

Permalink
clean up install
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed Aug 8, 2019
1 parent 6728d54 commit be4d4d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
INSTALL


Currently requires python2.7.
Work is in progess on cleaning up the requirements, and making physcraper python3 ready.


Recommended install procedure is using a virtual env.

virtualenv --python=/usr/bin/python2.7 venv-physcraper
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
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ pandas==0.23.4
pytest
m2r; python_version > '2.7.13'
recommonmark

#past
future
pytest-xdist
pytest-cov
mpi4py
#mpi4py

0 comments on commit be4d4d0

Please sign in to comment.