-
Notifications
You must be signed in to change notification settings - Fork 8
Installation for Analysis of BONITA data on a Desktop
If you wish to run BONITA all the way through on a desktop, please see Running BONITA on a Desktop.
For analysis, installation can be achieved by installing python and packages with no need for C compilation in unix.
Install the appropriate Intel Python 2 distribution from https://software.intel.com/en-us/distribution-for-python/choose-download.
Install python packages networkx==1.11, pandas, requests, deap, lxml, bs4, and seaborn using the pip.
Linux/Mac: pip install package_name
for each of the above packages
Windows: find the path to the pip.exe in Scripts folder of Intel Python distribution folder (in top level C drive, usually). For example, a command might look like C:\IntelPython2\Scripts\pip.exe install networkx==1.11
but it is critical to find where pip.exe is for Intel Python on your computer and install all of the above packages in a similar manner.
Instructions can be followed as in README section for Unix/Mac. For windows, be sure to find the correct python.exe in the Intel Python folder, usually directly in the C drive like C:\IntelPython2\python.exe
for example.