From 3b4813336bf8ff41563ff108c485e91620cdf1d9 Mon Sep 17 00:00:00 2001 From: Blink The Things Date: Tue, 1 Dec 2020 20:55:53 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a1f0a0c..1d96658 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,19 @@ Gernerate a novel using Markov chains -## Install +## Installation -```` +```text $ python3 -m venv venv $ . venv/bin/activate (venv) $ pip install -r requirements.txt (venv) $ python -m spacy download en_core_web_sm -```` +``` -### Usage +## Usage -```` +```text +$ . venv/bin/activate (venv) $ python markov.py -h usage: markov.py [-h] [-s SEED] input [input ...] @@ -25,4 +26,4 @@ positional arguments: optional arguments: -h, --help show this help message and exit -s SEED, --seed SEED seed for random number generator - ```` \ No newline at end of file +``` \ No newline at end of file