Closed ShaynAli closed 5 years ago
Importing works perfectly, you just need to run pip install -e ./src
pip install -e ./src
Note that https://github.com/ShaynAli/Aipen/issues/37 may change the command to pip install -e ., which is run while in the Aipen root folder
pip install -e .
Importing works perfectly, you just need to run
pip install -e ./src
Note that https://github.com/ShaynAli/Aipen/issues/37 may change the command to
pip install -e .
, which is run while in the Aipen root folder