Skip to content

Commit

Permalink
updated dev pip install in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bshifaw committed Feb 22, 2024
1 parent ff9cd28 commit 6b7bcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ the Cromshell development environment can be set up by the following steps:
python3 -mvenv venv
. venv/bin/activate
pip install --upgrade pip
pip install -e .[dev]
pip install -e . -r dev-requirements.txt
```

After following the above development environment setup steps, cromshell should
Expand Down

0 comments on commit 6b7bcea

Please sign in to comment.