Skip to content

Commit

Permalink
V1.2
Browse files Browse the repository at this point in the history
V1.2
  • Loading branch information
sanderland authored Jun 17, 2020
2 parents dc22aa8 + a5840a0 commit 2031174
Show file tree
Hide file tree
Showing 57 changed files with 3,361 additions and 1,577 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip3 install pytest wheel twine polib
- name: Run tests
run: pytest -v tests
run: pytest -v -s tests

- name: Run I18N conversion
run: python i18n.py
Expand Down
9 changes: 7 additions & 2 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ Sander Land

Many thanks to these additional authors:
Matthew Allred ("Kameone") for design of the v1.1 UI and providing MacOS installation instructions.
"isty2e" for Korean translation.
"Dontbtme" for detailed feedback and early testing of v1.0, and French translation.
"isty2e" for the Korean translation.
"Dontbtme" for detailed feedback and early testing of v1.0, and the French translation.
"bale-go" for implementing and calibrating the 'calibrated rank' AI.
"nimets123" for the German translation and sound effects.
"nowoowoo" for a fix to the parser for SGF files with extra line breaks.
Sergio Villegas ("serpiente") for the Spanish translation.
Dmitry Ivankov and Alexander Kiselev for the Russian translation.

Additional thanks to:
"Seventeen" for explanatory youtube videos.
Expand Down
9 changes: 5 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# Installation for MacOS users

## <a name="MacPrereq"></a>Installation pre-requisites
* Download and install [Python 3.7.5](https://www.python.org/downloads/release/python-375/)
* Install [Homebrew](https://brew.sh) by running the following command in terminal:
* ```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```
* Install Python using [Homebrew](https://brew.sh/) by executing `brew install python3`
* Alternatively download and install [Python 3.7.5](https://www.python.org/downloads/release/python-375/)
* Install Katago using [Homebrew](https://brew.sh/) by executing `brew install katago`
* You can also follow instructions [here](https://github.com/lightvector/KataGo) to compile KataGo yourself.
* You can also follow instructions [here](https://github.com/lightvector/KataGo) to compile KataGo yourself.

## Installation and running KaTrain from PyPi
* Run `pip3 install katrain`
Expand All @@ -35,10 +36,10 @@
* Run the command `git clone https://github.com/sanderland/katrain.git` to download the repository.
* Changing directory using `cd katrain`
* Run the command `pip3 install .` to install the package globally, or use `--user` to install locally, then run the program by typing `katrain` in the terminal.
* If you prefer not to install, run without installing using `python3 -m katrain`
* If you prefer not to install, run without installing using `python3 -m katrain` after installing the kivy dependencies mentioned in the next section.
* A binary for KataGo is included, but if you have compiled your own, point the 'engine/katago' setting to the relevant KataGo v1.4+ binary.

## Troubleshooting
## Troubleshooting

Older linux machines may have trouble installing, you can try to manually install dependencies to resolve some issues.

Expand Down
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ This repository includes:
For on related licenses for these binaries and libraries see https://github.com/lightvector/KataGo

2. Icons from www.flaticon.com, used with permission with the following attributions:
- Save game/Load game/Elements of the configure icons/Flag icons: derived from work by Freepik from www.flaticon.com
- Equalize icon: derived from work by bqlqn from www.flaticon.com
- Other Menu icons and Flag icons: derived from work by Freepik from www.flaticon.com


3. The True Type Font DIGITAL-7 version 1.02 by Sizenko Alexander, which is free for non-commercial use.

Expand Down
13 changes: 0 additions & 13 deletions Pipfile

This file was deleted.

178 changes: 0 additions & 178 deletions Pipfile.lock

This file was deleted.

Loading

0 comments on commit 2031174

Please sign in to comment.