Remove debugger reference in Windows install

This commit is contained in:
Paulus Schoutsen 2018-10-02 13:44:05 +02:00 committed by GitHub
parent c190e72293
commit 2f8f31c20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,22 +39,6 @@ $ echo 'export DISPLAY=:0' >> ~/.bashrc && . ~/.bashrc
$ sudo apt-get install xubuntu-desktop -y
```
It is recommended using [PyCharm](https://www.jetbrains.com/pycharm/download/) as debugger. Download and start PyCharm.
```bash
$ wget https://download.jetbrains.com/python/pycharm-community-20XX.X.tar.gz
$ tar -xzf pycharm-community-20XX.X
$ ./pycharm.sh
```
In order to display the PyCharm GUI on Windows you need to run a X-Server like [VcXserv](https://sourceforge.net/projects/vcxsrv/).
Also, make sure to install or upgrade the `setuptools` Python package. It contains compatibility improvements and adds automatic use of compilers:
```bash
$ pip install --upgrade setuptools
```
### Developing on OS X
Install [Homebrew](https://brew.sh/), then use that to install Python 3: