Skip to content

Commit

Permalink
Added another step on contributing.md to avoid pip install issue (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiannopoulos24 authored Dec 9, 2024
1 parent 793d3ff commit 610850f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,20 @@ git remote add upstream git@github.com:pygreece/python-docs-gr.git
git remote set-url --push upstream git@github.com:<your-username>/cpython.git
```

6. [Προαιρετικό βήμα] Δημιουργείστε ένα virtual environment και κάντε activate:
6. Τέλος κατεβάστε το περιεχόμενο του cpython submodule πληκτρολογώντας:
```bash
git submodule update --init
```

7. [Προαιρετικό βήμα] Δημιουργείστε ένα virtual environment και κάντε activate:

```bash
python -m venv env
source env/bin/activate # macOS or Linux
env\Scripts\activate.bat # Windows
```

7. [Προαιρετικό βήμα] Εγκαταστείστε τα requirements:
8. [Προαιρετικό βήμα] Εγκαταστήστε τα requirements:

```bash
pip install -r requirements.txt
Expand Down

0 comments on commit 610850f

Please sign in to comment.