Installation (local)

1) Clone the repository to your local drive

git clone https://github.com/nuhaaaaaaa24/SignBridge.git

3) Create a Python virtual environment

In your terminal, run the following command:

python3 -m venv venv

4) Activate the virtual environment

Windows Command Prompt:

venv\Scripts\activate

Windows PowerShell:

venv\Scripts\Activate.ps1

macOS:

source venv/bin/activate

Linux:

source venv/bin/activate

5) Install the required dependencies

Run ONE of the following commands:

pip install -r requirements.txt

or:

python3 -m pip install -r requirements.txt

6) Configure environment variables

To run this on a local development server, you will need to set the environment variables defined in config.py.

7) Run the development server

python signbridge.py