-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicit check for None to prevent "ubo" error
- Loading branch information
1 parent
333d4a3
commit b07ced0
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
pip install PyQt6 numpy scipy matplotlib | ||
pip install pandas pyopengl | ||
pip install msgpack zmq pygame pyqtwebengine | ||
pip install PyQt6 PyQt6-WebEngine pygame pyopengl numpy scipy pandas matplotlib msgpack zmq textual bluesky-simdata bluesky-guidata | ||
pause |