Skip to content

Commit 3789724

Browse files
committed
update-venv-guide-for-packageless-setup
1 parent db02653 commit 3789724

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ To set up a development environment (only linux is documented):
2424
source .venv/bin/activate
2525
# Install dependencies
2626
pip install -r requirements.txt
27-
# Install the package in editable (dev) mode
28-
pip install -e .
2927
```
3028
3. Set credentials in a newly created `.env` file.
3129
```bash

0 commit comments

Comments
 (0)