Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 840 Bytes

DEVELOPMENT.md

File metadata and controls

54 lines (38 loc) · 840 Bytes

Source Installation (ADVANCED!!!)

Steps to install from **source** instead of docker ...

Installation

Install Miniconda (or Anaconda)

Clone this repository.

git clone [email protected]:TheHolyRoger/RogerThat.git

Change directory:

cd RogerThat

Set up and activate the environment with the following command.

Linux/Mac
./scripts/update_environment.sh
Windows
scripts\update_environment.bat

Run the following command to generate the default configs:

scripts/setup.py -s

Edit the configs in ./configs or via the setup.py command.


Running

From source:

bin/start_rogerthat.py