... | ... | @@ -13,18 +13,6 @@ Then you can install the OBITools3 in a virtual environment: |
|
|
pip3 install --pre --upgrade OBITools3
|
|
|
```
|
|
|
|
|
|
If you get this error from having previously installed the deprecated alpha version:
|
|
|
|
|
|
`ERROR: Cannot uninstall 'OBITools3'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.`
|
|
|
|
|
|
You can remove the deprecated installation with (change Python version if needed):
|
|
|
|
|
|
```
|
|
|
rm -rf /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/OBITools3-0.0.*
|
|
|
|
|
|
rm -rf /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/obitools3
|
|
|
```
|
|
|
|
|
|
Test the installation with:
|
|
|
|
|
|
obi test
|
... | ... | |