All platforms: |
Please install Oasis in a Virtual environment so that its requirements don't tamper with your system's python
**Oasis** works with Python 2.7 and 3.7 64Bit on Windows
you can check libraries.io to check versions of the libraries
conda install Numpy
pip install mpi4py
conda install -c conda-forge oasis
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/Oasis.git
You can compile the repository after you clone it iF python is already added to your system environment variable
python setup.py install
pathto_your_env\python setup.py install
to install the last release you can easly use pip
pip install Oasis-Optimization
using the environment.yml file included with hapi you can create a new environment with all the dependencies installed with the latest Hapi version in the master branch
conda env create --name Hapi_env -f environment.yml
for step by step Examples and documentation on how to use the algorithm readthedocs