From ad9ee51a65e14c81d747a508e9f78880b62f3ba9 Mon Sep 17 00:00:00 2001 From: cjekel Date: Wed, 18 Mar 2020 15:01:31 -0700 Subject: [PATCH] update documentation for https://github.com/cjekel/tindetheus/pull/37 --- GETTING_STARTED.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 573c742..7702ed3 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -81,9 +81,8 @@ If you use Windows you may want to read this guide on [how to install tindetheus ```bash git clone https://github.com/cjekel/tindetheus.git cd tindetheus -git submodule update --init --recursive ``` -This will fetch my pynder PR (as a git submodule) from source (pynder on pip has not been updated). +Note that pynder on pypi has not been updated. 2. Install the requirements and tindetheus. Using your favorite virtual Python environment will make things easier. ```bash