Skip to content

frederikemmer/change-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Installation Guide

Follow these steps to set up and run the project:

1. Create a New Environment

First, create a new virtual environment:

python3 -m venv .venv

2. Install Required Packages

Activate the virtual environment and install the required packages:

On Windows

.venv\Scripts\activate
pip install -r requirements.txt

On macOS and Linux

source .venv/bin/activate
pip install -r requirements.txt

3. Run the Project

To execute the project using the virtual environment, use the following command:

.venv/bin/python change_mode.py

About

change modes for Visual MockUP

Resources

Stars

Watchers

Forks

Languages