-
Notifications
You must be signed in to change notification settings - Fork 255
IDE Enviroment (Windows)
Nandaka edited this page Oct 9, 2021
·
5 revisions
- Download and install latest Python 3.9 (or latest version) from http://www.python.org/
- XMP support require 64-bit due to library limitation
- Download the source code and extract it on some folder (e.g. c:\pixivutil)
- Open cmd window and navigate to where you install the python, and go to the script folder (e.g. C:\Python\Scripts).
- Run:
pip install -r c:\pixivutil\requirements.txt
to download the required library. - Run the
PixivUtil2.py
by double clicking it or from cmd usingpython.exe c:\pixivutil\PixivUtil2.py
.
- Get Visual Studio Code here: https://code.visualstudio.com/
- Install the required Extensions:
- ms-python.python
- Install
flake8
and/orpycodestyle
as the linter.- Configure to ignore E501,E128,E127