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

Proper pip package #11

Open
CBockelmann opened this issue Feb 17, 2021 · 0 comments
Open

Proper pip package #11

CBockelmann opened this issue Feb 17, 2021 · 0 comments

Comments

@CBockelmann
Copy link

I'm currently using your work to illustrate cs algorithms via jupyter notebooks. However, the installation of your code is not as straightforward as it could be. Currently, you need to install via

pip install -e .

or it wont work, because pip does not copy any files. Please fix the setup.py such that one can simply do

pip install git+https://github.com/GAMPTeam/vampyre.git

This would enable simple installation also directly via juptyer magic like

%pip install https://github.com/GAMPTeam/vampyre.git

In a notebook to run notebook files anywhere (like the nbviewer public service)

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

1 participant