Skip to content

Commit

Permalink
bump to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mooore committed Apr 8, 2020
1 parent 6adb701 commit 2b72ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ numpy = "*"
env = "*"

[requires]
python_version = "3.7"
python_version = "3.8"
tkinter = "*"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Using the included virtual environment (pipenv) is highly reccommended as all th
2. Clone this repository

3. Specify where your minecraft save files are located. This changes from system to system so it needs to be configured in the repository's [settings.yml](topomc/common/settings.yml) file, next to the option `path_to_saves`. **This needs to be an abslute path**.
* On Windows, the default path is `%appdata%\.minecraft\saves\`
* On Linux, the default path is `~/.minecraft/saves/`
* On Mac, the default path is `~/Library/Application Support/minecraft/saves/`
* On Windows, the default path is `%appdata%\.minecraft\saves\`. Please note that if the path starts with a % symbol, it will need to be enclosed in quotes in [settings.yml](settings.yml).

4. Optionally, other settings in [settings.yml](settings.yml) can be changed as well, but testing has only been done on default settings.

Expand Down

0 comments on commit 2b72ae2

Please sign in to comment.