An open API service indexing awesome lists of open source software.

https://github.com/kfields/wyggles-old


https://github.com/kfields/wyggles-old

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Wyggles

## Install

Navigate to a directory where you keep your software projects

cd projects

Clone the repository

git clone https://github.com/kfields/wyggles.git

Change to the new directory which contains the repository

cd wyggles

Create a Python 3 virtual environment called `env`

python3 -m venv env

Activate the environment

source env/bin/activate

Install required packages

pip install -r requirements.txt

## Run
python main.py