Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install the park package #18

Open
xuruiyang opened this issue Oct 22, 2020 · 1 comment
Open

Can't install the park package #18

xuruiyang opened this issue Oct 22, 2020 · 1 comment

Comments

@xuruiyang
Copy link

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.

@hongzimao
Copy link
Contributor

Good suggestion. We will do that.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants