Welcome to the Markdown Guides Repository! This repository contains various guides on essential development topics, such as installing and using virtual environments.
To use the guides in this repository, simply browse through the Markdown (.md) files and read the relevant instructions.
If you are new to virtual environments, check out the guide: Virtual Environments Guide
This repository contains the following guides:
- ** Virtual Environments Install Guide** - Learn how to install and use Python virtual environments (Technical).
- ** Virtual Environments with Jupyter Usage Guide** - Learn how to use Python virtual environments with Jupyter Notebook (Non-technical).
- More to Come - More guides will be added soon!
We welcome contributions! If youβd like to add a new guide or improve existing ones:
- Fork the repository.
- Create a new branch:
git checkout -b feature-new-guide. - Add your Markdown file under
guides/. - Commit and push your changes.
- Open a pull request.