From 8fd10f6cdb384c38f5ca45b11b27604507b23adf Mon Sep 17 00:00:00 2001 From: Tom Troyer Date: Sun, 10 Jan 2021 23:18:23 -0500 Subject: [PATCH] Trying to fix rendering issue with README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4381058..008a5e4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The following instructions are examples; adapt them for your needs. Note: Project uses CPU-based training by default. Additional dependencies (Tensorflow compatible CUDA libraries) are required to use GPU training. -###Linux: +### Linux: ~~~ git clone git@github.com:thtroyer/simple-text-generator.git @@ -22,7 +22,7 @@ source env/bin/activate python3 -m pip install -r requirements.txt ~~~ -###Windows: +### Windows: Clone repository Run the following in cmd after navigating to root of cloned directory: @@ -40,7 +40,7 @@ Once a project is created, run the project by using `train.py`. The trained mod If you encounter errors when attempting to train, make sure your virtual environment is activated. -###Linux: +### Linux: ~~~ source env/bin/activate python3 simple-text-generator-ui.py @@ -48,7 +48,7 @@ python3 simple-text-generator-ui.py python3 train.py ~~~ -###Windows (cmd): +### Windows (cmd): ~~~ .\env\Scripts\activate py simple-text-generator-ui.py