Running locally means setting up ReinforceUI Studio directly on your machine. This method is ideal for users who prefer
full control over the application and its dependencies. With just a few commands, you can have everything configured and
ready to go, no extra tools are required.
1
The easiest way to use ReinforceUI Studio is by installing it directly from the official PyPI
Conda is a widely used package manager that simplifies dependency management and ensures compatibility across platforms.
This method is ideal for users who want a clean, isolated environment without conflicts with other Python libraries or
system configurations. Ensure Conda is installed on your system before proceeding.
You can find Conda installation instructions Conda Installation.
Another easy way to install ReinforceUI Studio in a Conda environment is to use the provided conda_environment.yml file.
This file contains all the dependencies required to run the application, making the installation process even simpler.
1
Clone the repository
Copy
git clone[email protected]:dvalenciar/ReinforceUI-Studio.git cd ReinforceUI-Studio
2
Create a new Conda environment using the `conda_environment.yml` file
If you do not like Conda, a virtual Python environment is another option for installing ReinforceUI Studio.
A virtual Python environment is an isolated setup that allows you to manage project dependencies without affecting your
system’s Python or other projects. It’s ideal for users who prefer lightweight setups without additional package managers like Conda.
Docker is a popular containerization tool that simplifies the deployment of applications across different platforms.
This method is perfect for users who want a hassle-free, isolated setup without worrying about managing dependencies.
Make sure Docker is installed on your system. Docker installation instructions Docker Installation.
To make it even easier, we have already provided a pre-built image, ready to run in a Docker container.