-
Notifications
You must be signed in to change notification settings - Fork 259
IDE Enviroment (Windows)
Nandaka edited this page May 2, 2020
·
5 revisions
- Download and install latest Python 3.8 from http://www.python.org/ (32-bit version is recommended due to library compatibility).
- Download the source code and extract it on some folder (e.g. c:\pixivutil)
- Download the required library:
- Open cmd window and navigate to where you install the python, and go to the script folder (e.g. C:\Python38\Scripts)
- run: pip install -r c:\pixivutil\requirements.txt
- Run the PixivUtil2.py by double clicking it or from cmd using python.exe c:\pixivutil\PixivUtil2.py
- Get Visual Studio Code here: https://code.visualstudio.com/
- Install the required Extensions:
- ms-python.python
- Install Flake8 as the linter.
- Configure to ignore E501,E128,E127