Skip to content

Commit

Permalink
Merge pull request #17 from s4b7r/toc-for-pyenv
Browse files Browse the repository at this point in the history
Add table of contents to Python Environments page
  • Loading branch information
schaarj authored Jan 26, 2024
2 parents 8959f05 + eb5ffdb commit 893cf0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pages/additional_considerations/python_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ grand_parent: Contributor QuickStart Guide
---

## Exporting a Python Environment
{: .no_toc}

To ensure consistency and reproducibility, it's a good practice to export your Python environment into a requirements file. This file captures all the dependencies and their versions, making it easy for others to recreate the same environment.

### Table of Contents
{: .no_toc .text-delta}

1. TOC
{:toc}

### For pip/PyPI

#### 1. Activate Your Virtual Environment (if applicable):
Expand Down

0 comments on commit 893cf0a

Please sign in to comment.