- Close project
- Delete
.idea
- Run
./gradlew idea
in root folder - Open project using
brainout.ipr
file
- Set
brainout.[modulename]
tobrainout.[modulename].main
- Repeat with each run configuration.
- Click
Apply
Make sure you have run the create data script successfully. Check if all dependencies are installed correctly.
Platform | Script |
---|---|
Windows | make_data.bat |
Linux | make_data.sh |
MacOS | make_data.sh |
You will need to use Python 2 and the Python 2 version of pip.
- Make sure hjson is installed
pip install git+https://github.com/desertkun/hjson-py
- Make sure that the desurtkun's fork is used instead of the default package if you have that installed already.