Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

meeshkan/meeshkan-hosted-http-storage

Repository files navigation

Setup

Create an isolated Python environment and activate it:

python3 -m venv env
source env/bin/activate

Install dependencies:

pip install -r requirements.txt -r requirements-dev.txt

Running locally

Run the application with python main.py.