Configuration Tutorial - frankhjwx/osu-storyboard-engine GitHub Wiki
Install Python 3.6
Our project is based on python 3.6, install python 3 and configure environment paths before getting code from this site~
Make sure it's python3 instead of python2, they differ A LOT!
You can follow this document to install python3, we also recommend use PyCharm as IDE for Storyboard Coding.
Install pygame package
pygame is used for font rendering in out project, you can type 'pip3 install pygame' in command lines to get the package installed, or if you're using PyCharm, select File->Settings->Project Interpreter, click the green '+' and install the package easily!
If you still have problem getting the package, you may Google it and I'm sure you can get some precise answers.
Get our Storyboard Engine
Since our project is not done, we only support git clone for now. We'll create a pip project when it's finished.
Get the reposity
git clone https://github.com/frankhjwx/osu-storyboard-engine.git
Put the repo into your local file system, and the setting is done!
Now check if there're missing packages and install them, if everything is ok, you should be able to run Oriental Blossom SB.py. And now you have a good start of our OSU Storyboard Engine!
Contact Yumeno Himiko or examination#6454 on discord if you encountered any problems during the installation.