Skip to content

Commit 6a213c0

Browse files
authored
Merge pull request #46 from europanite/feature/wsl
fix/tests
2 parents b89fc7d + 09cf407 commit 6a213c0

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A standard **Python** environment built with **Docker Compose**.
3636
## Getting Started
3737

3838
```bash
39-
39+
# Linux
4040
# Clone this repository
4141
git clone https://github.com/europanite/standard_python_environment.git
4242
cd standard_python_environment
@@ -51,6 +51,20 @@ docker compose up -d
5151
docker compose exec service bash
5252

5353
```
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+
5468
Now you are inside the Python container 🎉
5569

5670
If you use JupyterLab, just you need to access http://localhost:8888

0 commit comments

Comments
 (0)