DESCRIPTION
Install this tool using pip:
pip install memeocryFor help, run:
memeocry --helpYou can also use:
python -m memeocry --helpTo contribute to this tool, first checkout the code. Then create a new virtual environment:
cd memeocry
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'To run the tests:
python -m pytest