Skip to content

Commit

Permalink
More quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flash-Git authored Aug 22, 2018
1 parent 123af72 commit da551e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/beginner-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16478,12 +16478,12 @@ There is a free and open-source **Community** version.
Setup
^^^^^

1. When creating a new project in PyCharm, right under you specify the Location,
1. When creating a new project in PyCharm, right under where you specify the Location,
click on **Project Interpreter** to display a drop down menu

2. Select **Existing interpreter**, click the gear box right next to it and
select 'add local'. Depending on your installation, select either
"*Virtual Environemnt*" or "*Conda Environment" and click the '...' button to
"*Virtual Environment*" or "*Conda Environment" and click the '...' button to
navigate to your catalyst env and select the Python binary file:
``bin/python`` for Linux/MacOS installations or 'python.exe' for Windows
installs (for example: 'C:\\Users\\user\\Anaconda2\\envs\\catalyst\\python.exe').
Expand All @@ -16509,7 +16509,7 @@ Next steps
~~~~~~~~~~

We hope that this tutorial gave you a little insight into the
architecture, API, and features of Catalyst. For next steps, check
architecture, API, and features of Catalyst. For your next step, check
out some of the other :doc:`example algorithms<example-algos>`.

Feel free to ask questions on the ``#catalyst_dev`` channel of our
Expand Down

0 comments on commit da551e4

Please sign in to comment.