conda create --name domainlab_py39 python=3.9
then
conda activate domainlab_py39
Suppose you have cloned the repository and have changed directory to the cloned repository.
pip install -r requirements.txt
then
python setup.py install
- python-poetry and use the configuration file
pyproject.toml
in this repository.
It is strongly recommended to create a virtual environment first, then
- Install via
pip install domainlab