Skip to content

Commit

Permalink
DOC #6
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Oct 25, 2024
1 parent dda801d commit 56e3fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Set up the development environment.

```bash
export ENV_NAME=bs_model_env
conda create -y -n $ENV_NAME python=3.11 pyepics
conda create -y -n $ENV_NAME python=3.11 pyepics pyqt=5
conda activate $ENV_NAME
pip install -e ."[all]"
```
Expand Down

0 comments on commit 56e3fc8

Please sign in to comment.