Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbajabbafic committed Oct 5, 2024
1 parent e1be2e9 commit b80f4ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The following must be installed and setup to use this repo correctly:
- Docker - For running and managing game servers
- pipenv - For managing Python packages

# Development
Run the `./start_server.sh` script to create a pipenv with the right python version and
run the app. This will auto reload any changes to the app to make testing easier.

# Updating Dependencies
Run the `./update_deps.sh` script to update everthing using `pipenv` and generate a new `requirements.txt`
Make sure everything still works and then commit these files if they were updated:
Expand Down

0 comments on commit b80f4ad

Please sign in to comment.