-
Notifications
You must be signed in to change notification settings - Fork 46
Install MARLO
Raluca D. Gaina edited this page Jul 24, 2018
·
2 revisions
Clone the Marlo repository from this GitHub repository's Master branch and run the setup script:
git clone -b master https://github.com/crowdAI/marLo
cd marlo
python setup.py install
This should install all the required packages for Marlo to function.
In some special circumstances, some packages might fail to install, prompting you to install them yourself. When this happens, the error message usually contains the name and link to the missing packages which you should install using PyPi.