-
Notifications
You must be signed in to change notification settings - Fork 168
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
Configure for pip install #55
Comments
I'm working on this but first I'm checking all the hard dependencies and which ones could be replaced with other non third party options. @monocongo You could assign this to me if you want. |
Yes, will do (thanks for volunteering!), but I don't see how I can make the assignment, it's only allowing me to assign to myself, maybe I don't have your credentials as a contributor configured with sufficient permissions etc. for this? |
Yes, I should be included in the repo as a maintainer to add me as assignee. But it is not necessary to do so if you are already aware that I'm working on it ;-) |
See #64 |
I think this could be closed as #64 make the lib |
$ python setup.py install Installed /home/james.adams/anaconda3/lib/python3.5/site-packages/indices_python-0.1.0-py3.5.egg Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages Using /home/james.adams/anaconda3/lib/python3.5/site-packages |
https://packaging.python.org/tutorials/distributing-packages/#configuring-your-project
The text was updated successfully, but these errors were encountered: