-
Notifications
You must be signed in to change notification settings - Fork 415
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
Add additional documentation to setting up python development #404
Comments
From linked issue, I overcame the current concern using |
Yes, this is how I setup my local env as well. Thanks for helping with documentation. |
Yes, good idea! The |
@fvaleye are we good to close this? |
Yes, let me do this for you! |
Description
Currently trying to setup the dev environment for python using maturin, however, based on the current documentation in the readme and looking for other sources, I can't seem to find a way to easily install the optional dependencies listed in the pyproject.toml file.
This began after I successfully ran
make develop
but then tried runningmake unit-test
where I release pytest was under optional dependencies and no optional dependencies were install with themake develop
commandUse Case
Quickly get the dev environment setup including testing, formatting, and other optional dependencies
The text was updated successfully, but these errors were encountered: