Skip to content

IDE Enviroment (Windows)

Nandaka edited this page May 2, 2020 · 5 revisions

General Preparation

  1. Download and install latest Python 3.8 from http://www.python.org/ (32-bit version is recommended due to library compatibility).
  2. Download the source code and extract it on some folder (e.g. c:\pixivutil)
  3. Download the required library:
  4. Open cmd window and navigate to where you install the python, and go to the script folder (e.g. C:\Python38\Scripts)
  5. run: pip install -r c:\pixivutil\requirements.txt
  6. Run the PixivUtil2.py by double clicking it or from cmd using python.exe c:\pixivutil\PixivUtil2.py

Visual Studio Code

  1. Get Visual Studio Code here: https://code.visualstudio.com/
  2. Install the required Extensions:
    1. ms-python.python
  3. Install Flake8 as the linter.
    1. Configure to ignore E501,E128,E127
Clone this wiki locally