Skip to content

Commit

Permalink
Update README as per Oli's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwermelinger committed Aug 17, 2023
1 parent d1f6fd2 commit 0830c71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ Before installing the M269 software, do the following:
If 3.10 isn't listed or you get an error message like `command not found`,
then you don't have Python 3.10.

4. Install Python 3.10 if necessary. Do *not* uninstall your current Python version.
4. If you don't have Python 3.10, install it, even if you have a newer version.
Do *not* uninstall any Python version you have.
- Windows: download and run the
[32-bit installer](https://www.python.org/ftp/python/3.10.11/python-3.10.11.exe) or the
[64-bit installer](https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe).
After installing, disable the pathname limit.
After installing, disable the pathname limit if you're given that option.
- macOS: download and run the [installer](https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg)
- Linux: enter `sudo apt install python3.10` or similar (search online for instructions for your Linux distribution)

Expand All @@ -47,7 +48,7 @@ you select and copy them from this page and paste them into the command line.
- Unix: `curl -LO https://github.com/dsa-ou/m269-installer/raw/main/install.sh`
4. Allow the installation script to run:
- Windows: `Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser`
and then select the `Y` (yes) option
and then select the `Y` (yes) option if you're given a choice
- Unix: `chmod +x install.sh`
5. Run the installation script:
- Windows: `.\install.ps1`
Expand Down

0 comments on commit 0830c71

Please sign in to comment.