You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the meantime, the source code doesn't require installation. You can try creating a new python file in the same folder as setup.py and directly import park. Alternatively, you can add the path to park by doing
import sys
sys.path.append('path/to/your/local/park')
import park
I can't install the package through running:
python setup.py install
would it be possible that you publish this project on PyPi, so that it can save us lots of time.
The text was updated successfully, but these errors were encountered: