Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Set-up for Nexus software environment:

github desktop mandatory for following steps
whitespace language recommended

Installing virtual environment (venv) & Nexus software dependencies:

1. Ensure python3 is downloaded
1. Ensure python3 is downloaded (ts pmo)
2. Navigate to the `src` directory
3. Create venv by running:
- macOS: `python3 -m venv venv`
Expand Down
Loading