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

Simplify contributing info #255

Merged
merged 6 commits into from
May 23, 2024
Merged

Conversation

benvanwerkhoven
Copy link
Collaborator

The current instructions for setting up the full development environment are rather complex because of the use of poetry and having to install and test against multiple python versions in various virtual environments. For small contributions, including those from student projects for example, a simpler approach using pip install -e . is actually sufficient.

This pull request adds a simplified development setup to the contributing guide and separates the instructions on how to setup the full development environment in a separate file in the documentation.

The main idea is that in this way, it will be more inviting for first time contributors to make small changes to Kernel Tuner.

Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@benvanwerkhoven benvanwerkhoven merged commit 983a972 into master May 23, 2024
3 checks passed
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.

1 participant