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

OSALTDev/nya-chan-bot

Repository files navigation

This project is now dead and no longer maintained.

Requirements

This is intended to be used with python 3.7

To create a virtualenv for encapsulating the setup of the program please run:

python3 -m venv venv
source venv/bin/activate

Install the basic requirements by running:

pip install -r requirements.txt