Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 323 Bytes

README

SemanticQuantities package

please install with with

requires python3.9.0, which can be installed with pyenv

>> git clone [email protected]:andreacortis/SemanticQuantities.git
>> cd SemanticQuantities
>> python -m venv .quant
>> source .quant/bin/
>> pip install -r requirements.txt
>> pip install -e .