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 ac0506e commit 2292d7aCopy full SHA for 2292d7a
AGENTS.md
@@ -1,20 +1,14 @@
1
-# Repository maintenance notes
+# AGENTS.md
2
3
-This project uses a Python virtual environment for development and tests.
+This project uses a Python environment for development and tests.
4
5
## Setting up a development environment
6
7
-1. Create and activate a virtual environment:
8
-
9
- ```bash
10
- python -m venv venv
11
- source venv/bin/activate
12
- ```
13
-2. Install the project with its test dependencies:
+1. Install the project with its test dependencies:
14
```bash
15
pip install -e '.[test]'
16
```
17
-3. Run the tests:
+2. Run the tests:
18
19
pytest
20
0 commit comments