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

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

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.