Skip to content

Commit

Permalink
Documentation - fix some links, punctuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaved88 committed Sep 23, 2024
1 parent 8746c12 commit c7e773a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Also check out our [YouTube channel](https://www.youtube.com/@BottledAI)!
## Setup

### Python Setup
1) Have Python 3.11.8 or so installed
- Windows: you will likely need to add Python to the Path Environmental Variable
- MacOS: you need Python 3.11+ within xcode. This requires xcode 14.0+ (this applied for python 3.9+, might need to be higher now), which in turn requires MacOS Monterey (lower versions won't work!)
1) Have Python installed (min version 3.11.8).
- Windows: you will likely need to add Python to the Path Environmental Variable.
- MacOS: you need Python 3.11+ within xcode. This requires xcode 14.0+ (this applied for python 3.9+, might need to be higher now), which in turn requires MacOS Monterey (lower versions won't work!).
2) Have [PIP](https://pip.pypa.io/en/stable/installation/) (python package manager) installed.

### Project Setup
Expand Down
2 changes: 1 addition & 1 deletion how_to_make_your_own_bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Changing a Strategy's configurations lets you customize your own bot.
3) Change the Strategy that is used in `main.py` and watch the bot play! Also check out the `\logs` directory.

### State of Bottled AI
Important! For the current state of Bottled AI's capabilities, see [capabilities.py](capabilities.py).
Important! For the current state of Bottled AI's capabilities, see [capabilities.md](capabilities.md).


## Advanced
Expand Down

0 comments on commit c7e773a

Please sign in to comment.