Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 083397f

Browse files
committed
updated README
1 parent 208e913 commit 083397f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ In this workshop, we will:
1616

1717
Before starting the workshop, please ensure you have the following installed:
1818
- **Docker Desktop** ([Download here](https://www.docker.com/products/docker-desktop))
19-
- **Python 3** ([Download here](https://www.python.org/downloads/))
20-
- **Pipenv** (for Python environment management)
2119
- **A code editor** (We recommend [VS Code](https://code.visualstudio.com/))
2220

2321
You will also need **administrator access** to update your machine's `hosts` file to map the domains `platform.ltitraining.net` and `tool.ltitraining.net` to your local development environment.
22+
23+
Python is provided within the Docker environment, so need to install specific versions of Python to get the applicaition running.
24+
2425
### Optional
2526
The code in this workshop uses TailwindCSS. If you wish to modify the visual aspects of the projects you may need ;
2627

@@ -68,7 +69,11 @@ Below is a list of activities that you will complete during the workshop. Each a
6869

6970
3. Once all prerequisites are installed, follow **[Activity 1](./docs/activity1.md)** to set up your Docker environment and get Moodle running.
7071

71-
4. Some of the common commands you may need to start, stop and clean up your development environments are detailed in [Common Tasks](docs/common_tasks.md).
72+
4. Run the checks in the [Checklist](docs/checklist.md) to confirm everything is running as expected.
73+
74+
75+
## Common Tasks
76+
Some of the common commands you may need to start, stop and clean up your development environments are detailed in [Common Tasks](docs/common_tasks.md).
7277

7378
---
7479

0 commit comments

Comments
 (0)