Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed section consistency.
  • Loading branch information
StrayFeral authored Feb 16, 2024
1 parent 6c52084 commit eb04b39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ left it there too to keep the commit history.
This version passed black, mypy and flake8.

### INSTALLATION AND RUNNING
#### LINUX: Debian, Ubuntu, Mint or any other Debian derivative
#### INSTALLING ON LINUX: Debian, Ubuntu, Mint or any other Debian derivative
1. Download the latest DEB package from here
[https://github.com/StrayFeral/bulls_and_cows_game/tree/main/linux_packages/debian/DEBPACKAGES](https://github.com/StrayFeral/bulls_and_cows_game/tree/main/linux_packages/debian/DEBPACKAGES)

Expand Down Expand Up @@ -40,8 +40,8 @@ For this reason, this version passed no black, mypy nor flake8, as
in general the PyQt convention totally breaks the general Python
styleguide conventions.

### INSTALLATION
#### LINUX: Debian, Ubuntu, Mint or any other Debian derivative
### INSTALLATION AND RUNNING
#### INSTALLING ON LINUX: Debian, Ubuntu, Mint or any other Debian derivative
DEB package is not yet available - will be available after April 2024.

#### INSTALLATION FROM SOURCE
Expand All @@ -52,5 +52,5 @@ DEB package is not yet available - will be available after April 2024.
`source venv/bin/activate
python -m pip install -r requirements.txt`

Now just run
#### RUN THE GAME FROM SOURCE
`./bulls_and_cows_game_qt.py`

0 comments on commit eb04b39

Please sign in to comment.