-
Notifications
You must be signed in to change notification settings - Fork 317
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
Make a friendlier development install #409
Conversation
Make a friendlier development install
@ellisonbg did you see this? Do you still have trouble, even with the changes introduced by this PR? |
Yes, I did. Sorry I wasn't clear. I think we need to have a proper
IOW, everything needs to work without flit being present ever. I am fine with flit being used optionally in any way. On Tue, Jan 5, 2016 at 9:34 AM, Jonathan Frederic notifications@github.com
Brian E. Granger |
For reference, the equivalent of I'm not sure what the significance of having things work without flit being present is - flit is very simple to install. |
A bit more background:
pip3 install git+https://github.com/org/repo.git#egg=package I have installed jupyter/notebook and jupyter/jupyterhub from branches On Wed, Jan 6, 2016 at 1:46 PM, Thomas Kluyver notifications@github.com
Brian E. Granger |
This makes it possible to install with
python setup.py develop
regardless of whether you're running python 2 or python 3. It may not always work exactly the same way as it does with setuptools since this uses flit on the backend, but for basic usage it should be consistent, at least.cc @jklymak