Installation¶
Dependencies¶
Installation using pip¶
You can install the OwlPy library using pip. Use the --no-deps
option to
prevent pip from installing the dependencies automatically.
pip3 install https://github.com/owlpy/owlpy.git --no-deps
Installation from source¶
git clone https://github.com/owlpy/owlpy.git
cd owlpy
pip3 install . --no-deps
# or
python3 setup.py install