|
|
This is targeted at ISIS3 Developers getting set up to contribute to this project.
|
|
|
|
|
|
**Downloads and setup**
|
|
|
* Download & Install Anaconda python 3.5 (https://www.continuum.io/downloads)
|
|
|
* Download & Install Pycharm Community Edition (our IDE) (https://www.jetbrains.com/pycharm/download/)
|
|
|
* Install pip (On Fedora, you can do yum install pip)
|
|
|
|
|
|
**Create an anaconda environment:**
|
|
|
(for me, this only works after opening a bash shell, rather than staying in tcsh)
|
|
|
|
|
|
* conda create -n autocnet anaconda
|
|
|
* source activate autocnet
|
|
|
|
|
|
Make sure you have:
|
|
|
* python3.5
|
|
|
* pycharm
|
|
|
* nosetests
|
|
|
* pip
|
|
|
|
|
|
Install python packages using pip and conda:
|
|
|
* pip install pvl coverage pysal
|
|
|
* pip install protobuf==3.0.0b2
|
... | ... | |