Skip to content

Commit 2292d7a

Browse files
authored
No need for a venv in Codex
1 parent ac0506e commit 2292d7a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

AGENTS.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Repository maintenance notes
1+
# AGENTS.md
22

3-
This project uses a Python virtual environment for development and tests.
3+
This project uses a Python environment for development and tests.
44

55
## Setting up a development environment
66

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:
7+
1. Install the project with its test dependencies:
148
```bash
159
pip install -e '.[test]'
1610
```
17-
3. Run the tests:
11+
2. Run the tests:
1812
```bash
1913
pytest
2014
```

0 commit comments

Comments
 (0)