简体   繁体   中英

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. 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.

As documented , this should work:

pip install pyyaml

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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