简体   繁体   English

在 Python 3.9.2(64 位)上安装 Pyyaml 文件

[英]Pyyaml file installation on Python 3.9.2 (64bit)

i am trying to install pyYAML on python 3.9.2 (64bit), but not able to find the right link from where i can download the same.我正在尝试在 python 3.9.2(64 位)上安装 pyYAML,但无法找到可以下载相同内容的正确链接。 please help...请帮忙...

Once you have Python installed, you generally install library packages using a command-line tool called pip , which takes care of downloading the package for you.安装 Python 后,通常使用名为pip的命令行工具安装库包,该工具负责为您下载 package。

As documented , this should work:文件所述,这应该有效:

pip install pyyaml

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM