I want to use Spyder, which I've been accustomed to since I was a beginner, without using anaconda. That memorandum Now you can use Spyder 5.0.0.dev0 (Python 3.8.2). Test environment (included as a prerequisite) Windows 10(64bit) version:1909 OS build:18363.836
VisualStudioCode version:1.45.1
Python 3.8.2
https://github.com/spyder-ide/spyder Unzip or clone the zip to any location
Install the required modules. I have summarized what I needed in my environment.
requirements.txt
PyQt5
qtpy
chardet
atomicwrites
psutil
zmq
pickleshare
qtawesome
pygments
qtconsole
docutils
jinja2
sphinx
qdarkstyle
diff_match_patch
intervaltree
cloudpickle
watchdog
PyQtWebEngine
jedi==0.15.2
parso==0.5.2
At the location where you created the file
cmd.exe
pip install -r requirements.txt
Let's do a startup test.
cmd.exe
cd "Bootstrap in the unzipped or cloned folder.Folder with py"
python bootstrap.py
If it starts, that's OK If something is missing, install it with pip.
Create new → shortcut anywhere
"%LOCALAPPDATA%\Programs\Python\Python38\pythonw.exe" "(Unzipped location)\bootstrap.py"
Make it python w </ strong> .exe so that it starts without a console screen.
Shortcut name Spyder
Shortcut right click → Properties Shortcut tab "Change Icon (C) ..." spyder-master\img_src\spyder.ico
It has started. Spyder with a sense of security like your parents' home After that, the shortcut I made If you put it in "C: \ ProgramData \ Microsoft \ Windows \ Start Menu \ Programs", it will look like that.
Please note that this is the first article, so you may be unfamiliar with it.
Recommended Posts