Skip to content
Snippets Groups Projects
Commit 925626d0 authored by rxd's avatar rxd
Browse files

Add README.md

parent 29709f75
No related branches found
No related tags found
No related merge requests found
To run this, please first run following command:
``` py
python3 -m venv env
pip install -r requirements.txt
pip install -e .
```
After the intial setup is complete, you can run the script to turn on the server!
```
./bin/MemeGenerator start
```
To shutdown, run this
```
./bin/MemeGenerator stop
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment