Skip to content

Commit

Permalink
Add contribution guidelines and instructions for Linux setup
Browse files Browse the repository at this point in the history
  • Loading branch information
washcycle committed Dec 19, 2023
1 parent db37806 commit dcb3e0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Contribute

- Pull requests welcome
- Before pull requests run
- `black src`
- `isort src`
- Use https://www.conventionalcommits.org/en/v1.0.0/ for tagging commits and pull requests to the best of your ability.

## Linux
- Install python 3.10 from here [here](https://www.python.org/downloads/).
- `python3.10 -m venv ~/.venvs/poetry`
Expand Down

0 comments on commit dcb3e0d

Please sign in to comment.