A small application that allows for a user to generate lorem ipsum copy from a terminal.
- Clone this project.
git clone git@github.com:bitmvr/lorem-cli.git
- Change Directory to project's directory.
cd ./lorem-cli
- Create Python Virtual Environment
python3 -m venv .venv
- Activate Python Virtual Environment
source ./.venv/bin/activate
- Install Dependencies via
pip
pip install --requirement requirements.txt
At anytime you want to deactivate the Python Virtual Environment, execute deactivate
.
TODO
TODO