Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Documenting Your Python Package

People, who would like to use your package or contribute to it, need to know how to actually use your package and where they can ask for advice. That’s why it’s always a good idea to document your project. In this video you’ll learn how to add a README.md to your project and how to include it in your setup.py.

torrepreciado on Dec. 24, 2021

Hi. Could you please post the README.md file you used below?

Bartosz Zaczyński RP Team on Jan. 3, 2022

@torrepreciado You can find it here in the GitHub repository.

Become a Member to join the conversation.