From 5b678ca70ed68c7e438b10dd341f253972ef6638 Mon Sep 17 00:00:00 2001 From: Cesura Date: Thu, 15 Apr 2021 14:14:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e9b54..186dfd9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Requirements: * AVX-enabled processor (or a Python environment configured to use Anaconda's Tensorflow) ``` -$ git clone https://github.com/Cesura/pastey.git && cd pastey +$ git clone https://github.com/Cesura/pastey.git && cd pastey && mkdir ./data $ pip3 install -r requirements.txt $ python3 app.py ```