... | ... | @@ -20,5 +20,9 @@ The first step consists in creating a PyCharm Python project on your local machi |
|
|
|
|
|
#### 2. Set a Remote Python Interpreter
|
|
|
|
|
|
Next, open the project settings (`Settings/Preferences` in Windows/Linux, `PyCharm/Preferences in macOs). Select `Project: <project-name>/Python Interpreter`
|
|
|
- Open the preferences window selecting `Settings/Preferences` in Windows/Linux, or `PyCharm/Preferences` in macOs.
|
|
|
- Select `Project: <project-name>/Python Interpreter`, then click on the wheel icon and select `Add`.
|
|
|
- On the left, select `SSH Interpreter`, then create a new server configuration (if you don't have one already), specifying the hostname of the server (see ["Servers Information"](/servers)) and your username.
|
|
|
|
|
|
|
|
|
|