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

Installing the develop version? #499

Open
mconsidine opened this issue Apr 2, 2024 · 1 comment
Open

Installing the develop version? #499

mconsidine opened this issue Apr 2, 2024 · 1 comment

Comments

@mconsidine
Copy link

Hi,
I'd like to install the latest bleeding edge version, but running
python setup.py aplpy
fails, as setup.py doesn't exist in the github archive.
Can someone point out what I am missing? Apologies in advance if I have missed something otherwise obvious.
Regards,
mconsidine

@jdgsmallwood
Copy link

Hi, have you tried

cd aplpy
pip install .

(or pip3 on some flavours of linux)
from a terminal within the folder?

The package uses a pyproject.toml which is a successor to a setup.py and pip knows how to read this.

You can also install the package in editable mode (changes you make to the code are automatically loaded) using

pip install -e .

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