Installation Instructions

To run Yoko, you're expted to have a machine with the following alreading installed:

  • Python Version 3.5+
  • pip installed in the Python enviroment

From here, this repo will give you everything else needed to get her up and running. Please note, while I'll try to be clear, I won't explaning how everything works. Explaining the different versions of python avilible for example is beyond the scope of these docs.

In the root directory of the repo, run the following (if you have multiple version of pythong installed you'll need to adjust and tell it to use python 3.5+):

python -m pip install --upgrade -r requirements.txt

This will install/update any requirements Yoku needs.