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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Here's how to get started with your code contribution:
38
38
a. python -m venv .venv
39
39
b. source .venv/bin/activate
40
40
c. pip install -r dev_requirements.txt
41
-
c. pip install -r requirements.txt
41
+
c. pip install -e .
42
42
43
43
4. If you need a development environment, run `invoke devenv`. Note: this relies on docker-compose to build environments, and assumes that you have a version supporting [docker profiles](https://docs.docker.com/compose/profiles/).
44
44
5. While developing, make sure the tests pass by running `invoke tests`
0 commit comments