-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix docs/installation landing page #63
Comments
openjournals/joss-reviews#5115 I was about to open a new issue about this, but then I noticed this one already open so I will add a comment here. Standard development installation describes an editable pip install based on
By the way, note that the command in the documentation is missing a hyphen ( According to this answer, a recent enough pip should implement editable installs from If we can't manage to fix the editable install from |
@st3r4g you are correct there is an issue with installing in editable mode. It was a while ago, but for some reason I could not get the standard editable installation to work properly with import sys
sys.path.append("/path/to/GGCE")
import ggce to "edit" the project in real time. Not ideal, I know. |
The editable install succeeds after the following change:
It seems that this "version placeholder" is not correctly handled by |
Before every build, I replace that line with the actual version as found by |
The landing page for the docs still has some references to some old requirements files and old dev install instructions.
The text was updated successfully, but these errors were encountered: