From 05af0f937d0d258ff6b613a3086b01be38053147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Pr=C3=A4ntare?= <prantare@live.se> Date: Mon, 12 Nov 2018 08:25:35 +0100 Subject: [PATCH] Update pycharm.md (fixed typos etc) --- pycharm.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pycharm.md b/pycharm.md index 410f06684..5026e1106 100644 --- a/pycharm.md +++ b/pycharm.md @@ -1,13 +1,13 @@ # Installing PyCommandCenter in PyCharm -Start of by download the library from the [PyCommandCenter repository](https://gitlab.ida.liu.se/course-starcraft-ai/pycommandcenter/tags). +Start by downloading the library from the [PyCommandCenter repository](https://gitlab.ida.liu.se/course-starcraft-ai/pycommandcenter/tags). Place the library in your repository. Add the library to the Python path in Python by: -1. File->Settings->Project: (project name)->Project Interpreter -2. Select the cog in the upper right corner and select "Show All" -3. In the new window that opens select the icon which shows a few folders connected with lines -4. In the new window press the plus icon and select the path of your repository (should be where you placed the library) -5. Restart PyCharm with File->Invalidate Caches/Restart->Invalidate and Restart +1. File->Settings->Project: (project name)->Project Interpreter. +2. Select the cog in the upper right corner and select "Show All". +3. In the new window that opens, select the icon which shows a few folders connected with lines. +4. In the new window, first press the plus icon, and then select the path of your repository (the path to where you placed the library). +5. Restart PyCharm with "File->Invalidate Caches/Restart->Invalidate and Restart". \ No newline at end of file -- GitLab