phadkesharan / python-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Create Virtual Env

    python -m venv env

Activate Virtual Env

    env/bin/activate

Download dependencies

    pip install -r requirements.txt

Run Uvicorn Server

    uvicorn main:app --port 8000

About


Languages

Language:Python 100.0%