We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb60b7 commit 25fe3d5Copy full SHA for 25fe3d5
README.md
@@ -89,7 +89,7 @@ cd Yin-Yang
89
./scripts/install.sh
90
```
91
92
-For development, skip the install and instead build python using Poetry. A virtual environment will be created for you:
+For development, skip the installation and instead build python using Poetry. A virtual environment will be created for you:
93
94
```bash
95
# Load into virtual environment
@@ -100,6 +100,11 @@ poetry sync
100
poetry run python -m yin_yang
101
102
103
+Make sure to run `flake8` on your files to avoid errors from the ci in PRs:
104
+```bash
105
+poetry run flake8
106
+```
107
+
108
### Uninstall
109
110
Run `scripts/uninstall.sh` from a terminal and fill out the password.
0 commit comments