mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
No need for a venv in Codex
This commit is contained in:
parent
ac0506e15b
commit
2292d7a56d
1 changed files with 4 additions and 10 deletions
14
AGENTS.md
14
AGENTS.md
|
|
@ -1,20 +1,14 @@
|
|||
# Repository maintenance notes
|
||||
# AGENTS.md
|
||||
|
||||
This project uses a Python virtual environment for development and tests.
|
||||
This project uses a Python environment for development and tests.
|
||||
|
||||
## Setting up a development environment
|
||||
|
||||
1. Create and activate a virtual environment:
|
||||
|
||||
```bash
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
2. Install the project with its test dependencies:
|
||||
1. Install the project with its test dependencies:
|
||||
```bash
|
||||
pip install -e '.[test]'
|
||||
```
|
||||
3. Run the tests:
|
||||
2. Run the tests:
|
||||
```bash
|
||||
pytest
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue