Installation¶
Rarity has been tested on Python 3.6+. It is advisable to create a Virtual Environment to use along with Rarity.
For details guide on how to create virtual environment, you can refer to this user guide. After creation of the virtual environment, activate it and proceed with one of the following steps.
From PyPI¶
pip install rarity
From Source¶
git clone https://github.com/aimakerspace/rarity.git
cd rarity
pip install -e .