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 and skpanagiotis committed Dec 12, 2024
1 parent 7708f70 commit 730ba29
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 [email protected]:pygreece/python-docs-gr.git
git remote set-url --push upstream [email protected]:<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 730ba29

Please sign in to comment.