1. python 运行环境的搭建
1. gitkraken 和 pycharm 的安装
安装 snap https://snapcraft.io/docs/installing-snapd
安装 snap store sudo snap install snapcraft --classic
搜索,安装 gitkraken 和 pycharm 。
2. Anaconda 的安装
1. 安装
linux mint 中的 LMDE 是可以用 pyautogui 截图的
fedora 关闭 wayland 就可以 scrot 截屏了
PyPI 镜像使用帮助 https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
source /home/gly/anaconda3/bin/activate
conda init
source ~/.bashrc
conda config --set show_channel_urls yes
更改镜像
2. 更新
conda更新
conda update conda
conda update anaconda
conda update spyder
conda update --all
#安装和更新包
conda install package
conda update package
pip 安装更新
python -m pip install --upgrade pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install --upgrade
3. Github Desktop 安装
下载地址 https://desktop.github.com/
Linux 下安装 https://git-scm.com/downloads/guis
Linux 下安装 https://www.gitkraken.com/
4. Git 安装
5. 网页库
python **beautifulsoup4 **Beautiful Soup: We called him Tortoise because he taught us.
httpx Clients - HTTPX
最后更新于