Windows installation
For this installation we used:
- Windows 11 Nov 2023 update
- Python 3.11.5
- pip 23.3.1
You need to have MPI installed, you can download the installer from the microsoft official page.
First, clone the github repository:
git clone https://github.com/miguehm/fox-algorithm.git && cd fox-algorithm
or alternatively, download the zip file and extract it:
Then, create a virtual environment
python -m venv venv
activate the virtual environment
.\venv\Scripts\Activate
and install requirements
pip install -r requirements.txt