We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b89fc7d + 09cf407 commit 6a213c0Copy full SHA for 6a213c0
1 file changed
README.md
@@ -36,7 +36,7 @@ A standard **Python** environment built with **Docker Compose**.
36
## Getting Started
37
38
```bash
39
-
+# Linux
40
# Clone this repository
41
git clone https://github.com/europanite/standard_python_environment.git
42
cd standard_python_environment
@@ -51,6 +51,20 @@ docker compose up -d
51
docker compose exec service bash
52
53
```
54
+
55
+```bash
56
+# Windows
57
+# Clone this repository
58
+git clone https://github.com/europanite/standard_python_environment.git
59
+cd standard_python_environment
60
61
+# Build and run
62
+docker compose build
63
+docker compose up -d
64
+docker compose exec service bash
65
66
+```
67
68
Now you are inside the Python container 🎉
69
70
If you use JupyterLab, just you need to access http://localhost:8888
0 commit comments