... | ... | @@ -3,7 +3,10 @@ This is targeted at ISIS3 Developers getting set up to contribute to this projec |
|
|
**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)
|
|
|
* Install pip (On Fedora, you can do '''yum install pip''')
|
|
|
* Run: '''pip install nose '''
|
|
|
|
|
|
You will need to open a new bash shell now.
|
|
|
|
|
|
**Create an anaconda environment:**
|
|
|
(for me, this only works after opening a bash shell, rather than staying in tcsh)
|
... | ... | |