From 5bb2aa3da3a401c8cee3df4379701be8fce058dc Mon Sep 17 00:00:00 2001 From: Sebastian Proost Date: Fri, 30 Nov 2018 09:34:24 +0100 Subject: [PATCH] Update install_windows.md --- docs/install_windows.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install_windows.md b/docs/install_windows.md index 8944c03..b91d2cd 100644 --- a/docs/install_windows.md +++ b/docs/install_windows.md @@ -1,4 +1,4 @@ -# CoNekt Windows Installation +# CoNekT Windows Installation ## Getting Started @@ -12,13 +12,13 @@ Clone the repository into a directory PlaNet using the Git Client for windows Set up the virtual environment for a shell (without setuptools as there is a bug preventing this) - virtualenv --no-setuptools PlaNet + virtualenv --no-setuptools CoNekT Activate the virtual environment Scripts\activate -Download [get-pip.py](https://bootstrap.pypa.io/get-pip.py) and run it in the PlaNet folder in the active +Download [get-pip.py](https://bootstrap.pypa.io/get-pip.py) and run it in the CoNekT folder in the active virtual environment to install pip and setuptools manually Scripts\python.exe get-pip.py @@ -49,4 +49,4 @@ Build initial database # Optional, create additional admin accounts flask add_admin -You now have a fresh installation of PlaNet. How to fill it with your data is included in the section [Building CoNekt](building_conekt.md) \ No newline at end of file +You now have a fresh installation of CoNekT. How to fill it with your data is included in the section [Building CoNekt](building_conekt.md)