Skip to content

Commit 9c17df9

Browse files
committed
Update dev environment instructions
1 parent 4c271a7 commit 9c17df9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ Despues instala el paquete en modo desarrollo en un virtualenv
2525
~~~bash
2626
virtualenv -p python3 venv
2727
source venv/bin/activate
28-
pip install -e .
28+
pip install -e '.[dev]'
2929
~~~
3030

3131
y estas listo para trabajar.
3232

33-
`pip install freezegun` para correr los tests.
34-
3533
### Python 3.12
3634

3735
`pip install setuptools`

0 commit comments

Comments
 (0)