... | ... | @@ -3,7 +3,7 @@ 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`. If you do not have sudo priveledges for your machine, put in a ticket with the helpdesk to do this for you:`yum install python-pip python3-pip`)
|
|
|
* Run: `pip install nose`
|
|
|
|
|
|
You will need to open a new bash shell now.
|
... | ... | |