-
Notifications
You must be signed in to change notification settings - Fork 6
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
Documentation: Installation #6
Comments
It is standard to include dependencies in |
Test by creating a virtual environment and executing |
I suggest adding the following section to InstallationTo install the library, use git clone https://github.com/elwinter/nnde.git
cd nnde; pip install -e . or pip install nnde The demos are stored in a separate repository. To use them, execute
|
Instructions for installing from PyPI using pip, and by cloning the GitHub repository, have been added to the top-level README.md. |
Installation instructions should be included in the main README and associated documentation.
Recommendation:
pip install -e .
)The text was updated successfully, but these errors were encountered: