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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
-
### Tests
1
+
### Setting up a development environment
2
+
3
+
The `orb_models` package uses [Poetry](https://python-poetry.org/) for dependency management. To install the package and its dependencies, run the following command:
4
+
5
+
```bash
6
+
pip install poetry # Install Poetry if you don't have it
7
+
poetry install
8
+
```
9
+
10
+
### Running tests
2
11
3
12
The `orb_models` package uses `pytest` for testing. To run the tests, navigate to the root directory of the package and run the following command:
0 commit comments