Skip to content

Commit

Permalink
Add instructions for testing bluesky in PyDev console
Browse files Browse the repository at this point in the history
  • Loading branch information
LowriJenkins authored Oct 16, 2024
1 parent 347f6b6 commit 9e77de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/dev/set_up_dev_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python -m venv .venv
```
python -m pip install -e .[dev]
```
To run tests based on changes not yet in a release in the GUI PyDev console you will need to run this command using your global python install rather than in the venv.

## Unit tests
```
Expand Down

0 comments on commit 9e77de9

Please sign in to comment.