@@ -57,7 +57,7 @@ Sentry logging is automatically disabled for non-production environments unless
## Updating requirements.txt
Adhering to best practices, we include version numbers in our [requirements file](https://gitlab.com/controlmypc/TwitchPlays/-/blob/master/requirements.txt) in the format package==x.x.x
Adhering to best practices, we include version numbers in our [requirements file](https://gitlab.com/controlmypc/TwitchPlays/-/blob/main/requirements.txt) in the format package==x.x.x
- Easy way to add new requirement:
When you `pip install package`, note the version number and include it in your addition to requirements.txt
...
...
@@ -120,7 +120,7 @@ Commands can be separated into categories:
- Commands that are exclusive to one certain user
- Commands that only the account `cmpcscript` can run
The order of the commands within the script should roughly match the order of the commands on the [command list on the website](https://cmpc.live/commands/)[(source)](https://gitlab.com/controlmypc/web/-/blob/master/commands/index.html). This makes it easier to ensure the lists match.
The order of the commands within the script should roughly match the order of the commands on the [command list on the website](https://cmpc.live/commands/)[(source)](https://gitlab.com/controlmypc/web/-/blob/main/commands/index.html). This makes it easier to ensure the lists match.
In the future, we maybe should consider generating a list of commands using the script for that purpose.
...
...
@@ -149,9 +149,9 @@ It has also been motioned and put into place, that the twitch vars should not ch
## Running
To run the script follow the instructions in projects [readme](https://gitlab.com/controlmypc/TwitchPlays/-/blob/master/README.md).
To run the script follow the instructions in project's [readme](https://gitlab.com/controlmypc/TwitchPlays/-/blob/main/README.md).
See the available start up [flags](documentation/script#cli-flags for the script.
See the available start up [flags](documentation/script#cli-flags) for the script.