You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -145,15 +145,13 @@ open-sourced registry defined under `pyproject.toml` file.
145
145
pyenv shell 3.11.9
146
146
uv venv --python-preference system
147
147
source .venv/bin/activate
148
-
uv sync --dev
149
148
```
150
149
</details>
151
150
152
-
Now you have the entire project set-up and ready to be tinkered with. Try out the
153
-
standard `arise` command which brings up a help menu.
154
-
155
151
### Getting started
156
-
To contribute to the project, fork the repository and clone to your local device and install preferred testing dependency [pytest](https://github.com/pytest-dev/pytest)
152
+
153
+
To contribute to the project, fork the repository and clone to your local device
154
+
and install preferred testing dependency [pytest](https://github.com/pytest-dev/pytest)
157
155
Alternatively, run the following command on your terminal to do so:
0 commit comments