From 15aadbb10119294573c6c025a567e6dd4e3a24fc Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:14:15 -0500 Subject: [PATCH 01/10] documentation for PyCharm --- docs/source/beginner-tutorial.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 3bcfc4cf..2ca5d283 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16607,7 +16607,30 @@ NaN +Catalyst using PyCharm +~~~~~~~~~~~~~~~~~~~~~~ +Install +^^^^^^^ +Install PyCharm from their 'website '_ . + +Setup +^^^^^ + +1. Create a new project folder for your scripts or open your existing folder in PyCharm. + +2. Once your project is open, go to File -> Settings -> Project:'NAME_OF_PROJECT' -> Project Interpreter. + Click the gear box next to the project interpreter and select 'add local'. + + Then select 'Conda Environment' -> 'Existing environment'. Click the '...' button and + navigate to your catalyst env located in the Anaconda2 folder to select the 'python.exe' file + (for example: 'C:\Users\user\Anaconda2\envs\catalyst\python.exe'). Select OK, then apply and click OK again. + +3. Next, click on the dropdown menu on the top right of PyCharm and select 'Edit Configurations'. + Select the '+' button. + Set the script Path to the location of your script and make sure the interpreter is correct, then hit ok. + +You should now be able to run your script in PyCharm. Next steps ~~~~~~~~~~ From 929e0a9a016235aa71b86d08b286134064625df9 Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:18:16 -0500 Subject: [PATCH 02/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 2ca5d283..7a918478 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16612,7 +16612,7 @@ Catalyst using PyCharm Install ^^^^^^^ -Install PyCharm from their 'website '_ . +Install PyCharm from their ('website ') . Setup ^^^^^ From 1cadaf1ed0936de4489c9a6a7e6657e6bdd76254 Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:19:44 -0500 Subject: [PATCH 03/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 7a918478..a77b9d1b 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16612,7 +16612,7 @@ Catalyst using PyCharm Install ^^^^^^^ -Install PyCharm from their ('website ') . +('Install PyCharm from their website '_ .) Setup ^^^^^ From 5417881a721182d160cea5995000190e659b1ca7 Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:21:53 -0500 Subject: [PATCH 04/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index a77b9d1b..43084cd3 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16612,7 +16612,7 @@ Catalyst using PyCharm Install ^^^^^^^ -('Install PyCharm from their website '_ .) +Install PyCharm from their 'website'_ . Setup ^^^^^ From 5b77f5eebaa7fe16894fe8eb4cc4ca51ea19b50f Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:23:00 -0500 Subject: [PATCH 05/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 43084cd3..c02febe4 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16612,7 +16612,7 @@ Catalyst using PyCharm Install ^^^^^^^ -Install PyCharm from their 'website'_ . +Install PyCharm from their 'website ' . Setup ^^^^^ From e9a3bcf3e9002203f361eea6edbe0f08bcb991ec Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:23:22 -0500 Subject: [PATCH 06/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index c02febe4..e8e0252e 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16612,7 +16612,7 @@ Catalyst using PyCharm Install ^^^^^^^ -Install PyCharm from their 'website ' . +Install PyCharm from their 'website '__ . Setup ^^^^^ From 426fde40b1b3331ba52905744474f05c4660805b Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:24:21 -0500 Subject: [PATCH 07/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index e8e0252e..82da1900 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16612,7 +16612,7 @@ Catalyst using PyCharm Install ^^^^^^^ -Install PyCharm from their 'website '__ . +Install PyCharm from their `Website `__. Setup ^^^^^ From 4a4e32846b7c3ddc5eca0b7ed4a2d3b265ae41a5 Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:27:14 -0500 Subject: [PATCH 08/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 82da1900..0c2a8564 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16624,7 +16624,7 @@ Setup Then select 'Conda Environment' -> 'Existing environment'. Click the '...' button and navigate to your catalyst env located in the Anaconda2 folder to select the 'python.exe' file - (for example: 'C:\Users\user\Anaconda2\envs\catalyst\python.exe'). Select OK, then apply and click OK again. + (for example: 'C:"\\"Users"\\"user"\\"Anaconda2"\\"envs"\\"catalyst"\\"python.exe'). Select OK, then apply and click OK again. 3. Next, click on the dropdown menu on the top right of PyCharm and select 'Edit Configurations'. Select the '+' button. From cbae2465d2de5651c96892657598f4cb263dc733 Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:27:58 -0500 Subject: [PATCH 09/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 0c2a8564..8cad3596 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16624,7 +16624,7 @@ Setup Then select 'Conda Environment' -> 'Existing environment'. Click the '...' button and navigate to your catalyst env located in the Anaconda2 folder to select the 'python.exe' file - (for example: 'C:"\\"Users"\\"user"\\"Anaconda2"\\"envs"\\"catalyst"\\"python.exe'). Select OK, then apply and click OK again. + (for example: 'C:\\Users\\user\\Anaconda2\\envs\\catalyst\\python.exe'). Select OK, then apply and click OK again. 3. Next, click on the dropdown menu on the top right of PyCharm and select 'Edit Configurations'. Select the '+' button. From 1f29f7fdf142057df7a9fee55b938c6806067381 Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:31:32 -0500 Subject: [PATCH 10/10] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 8cad3596..c2a037d2 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16628,7 +16628,7 @@ Setup 3. Next, click on the dropdown menu on the top right of PyCharm and select 'Edit Configurations'. Select the '+' button. - Set the script Path to the location of your script and make sure the interpreter is correct, then hit ok. + Set the script Path to the path of your script and make sure the interpreter is correct, then hit ok. You should now be able to run your script in PyCharm.