Genesis Bots Windows Installation Guide
This guide will help you install Genesis Bots on Windows systems with required dependencies.
Installing Genesis Bots on Windows
The following steps will guide you through the process of setting up Genesis Bots on Windows, including installing required dependencies and configuring your environment.
Note: Environment Requirements
-
Installation is currently tested on Windows 10 Pro using Python 3.11 and 3.12
-
Genesis-bots requires a C++ compiler since some libraries need to be built on your local machine
Install C++ Compiler
Windows does not come with a C++ compiler by default. Follow these steps to install one:
-
Visit the Microsoft Visual C++ Build Tools page: https://visualstudio.microsoft.com/visual-cpp-build-tools/
-
Download the latest version of Build Tools
-
From the build tools installer, select the upper left option to download and install the C++ compiler
Create a New Environment
Choose one of the following methods to create a new Python environment:
Option A: Using Conda
Option B: Using venv
Install Genesis Library
Install the genesis-bots package using pip:
Setup Genesis
Run the setup command to prepare your environment:
Start the Application
Launch the Genesis application:
This will start both the Genesis server and the user interface in a browser window.