Update beginner-tutorial.rst

This commit is contained in:
izokay
2018-01-29 17:31:32 -05:00
committed by GitHub
parent cbae2465d2
commit 1f29f7fdf1
+1 -1
View File
@@ -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.