- Download the wheel file:
- Go to releases page of this repository and download the latest .whl file.
- Go to the directory where .whl file is located
- Run the following command:
pip install name_of_wheel_file.whl
which for this release is:
pip install crowd-0.9.0-py3-none-any.whl
- Crowd now can be imported as a library or called from GUI.
- Clone or download the repository:
git clone https://github.com/Bilkent-Social-Systems-Research-Group/crowd
- Or download the code as a zip file, then extract it.
- Run the following commands:
- Go to the folder where setup.py is placed:
cd crowd
- Run setup.py
Or for development:
python setup.py install
python setup.py develop