Skip to content

Commit

Permalink
Merge pull request #559 from RichieB2B/python3
Browse files Browse the repository at this point in the history
Use python3 / pip3 in the manual
  • Loading branch information
MikeBishop authored Mar 16, 2024
2 parents a628302 + e142bed commit f4dcb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Software_Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The following documents provide detail on specific areas of configuration:
Once the above steps are complete, start the TWCManager script with the following command:

```
sudo -u twcmanager python -m TWCManager
sudo -u twcmanager python3 -m TWCManager
```

### Monitoring the script operation
Expand Down Expand Up @@ -158,7 +158,7 @@ From version v1.2.4 of TWCManager and beyond, you can use pip to upgrade TWCMana
To upgrade TWCManager to the latest version:

```
sudo pip install --upgrade twcmanager
sudo pip3 install --upgrade twcmanager
```

### Development Version
Expand Down

0 comments on commit f4dcb13

Please sign in to comment.