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

Update contribution guidelines #153

Merged
merged 2 commits into from
May 27, 2023
Merged

Update contribution guidelines #153

merged 2 commits into from
May 27, 2023

Conversation

purva-thakre
Copy link
Collaborator

@purva-thakre purva-thakre commented May 25, 2023

Fixes #150

When pip install -e. is used, the dependencies listed in pyproject.toml are not installed. I had to manually install them because I couldn't figure out a way to do something like pip install dev_dependencies. A line for this is currently missing.

Something to keep track of is black and flake8 will flag quite a few formatting issues when I run black toqito/ and flake8 toqito/.

@vprusso
Copy link
Owner

vprusso commented May 27, 2023

This is great. Thank you again for the contribution, @purva-thakre !

@vprusso vprusso merged commit 5bd059f into vprusso:master May 27, 2023
@purva-thakre purva-thakre deleted the editable_install branch June 5, 2023 15:33
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

Successfully merging this pull request may close these issues.

Installation issues
2 participants