博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python Packeage Install
阅读量:4028 次
发布时间:2019-05-24

本文共 1014 字,大约阅读时间需要 3 分钟。

https://wiki.python.org/moin/CheeseShopTutorial 

A short introduction on how to install packages from the , and how to make, distribute and upload your own.

This guide is no longer being maintained - more up to date and complete information is in the .

Contents

Installing Distributions

There are several ways to install packages from PyPI into your Python installation:

Pip

Pip is a modern, general purpose installation tool for python packages. Most often it is useful to install it in your system python.

Instructions for installing pip can be found on its relevant .

Some example, hopefully self-evident commands:

  • $ pip install requests
  • $ pip search xml
  • $ pip show beautifulsoup4
  • $ pip uninstall requests

转载地址:http://zflbi.baihongyu.com/

你可能感兴趣的文章
js获取url链接携带的参数值
查看>>
gdb 调试core dump
查看>>
gdb debug tips
查看>>
arm linux 生成火焰图
查看>>
jtag dump内存数据
查看>>
linux和windows内存布局验证
查看>>
linux config
查看>>
linux insmod error -1 required key invalid
查看>>
linux kconfig配置
查看>>
linux不同模块completion通信
查看>>
linux printf获得时间戳
查看>>
C语言位扩展
查看>>
linux dump_backtrace
查看>>
linux irqdebug
查看>>
git 常用命令
查看>>
linux位操作API
查看>>
snprintf 函数用法
查看>>
uboot.lds文件分析
查看>>
uboot start.s文件分析
查看>>
没有路由器的情况下,开发板,虚拟机Ubuntu,win10主机,三者也可以ping通
查看>>