[Django]-How do I install the yaml package for my PyCharm Python project?

4👍

I think you’re looking for pyyaml

https://pypi.org/project/PyYAML/

1👍

If you want to install any module through Pycharm not terminal. Refer the screenshot for this:-

For example, you need to install numpy

Leave a comment