CodeForPhilly / CodeForPhilly/third-places
Update requirement passage in README
- Dominant language
- Python
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
# Overview
Our documentation should be updated to let new devs know that need Docker and we can remove the requirements for
# Demo
Currently reads:
```md
In order to run this app, you will need to have the following libraries installed on your machine:
Node: Javascript runtime
npm: Node Package Manager
Django: python web framework
Python 3.9+
```
# What is the expected behavior?
Should read something like:
```md
In order to run this app, you will need to have the following libraries installed on your machine:
Docker (Docker for Mac, or Docker for Windows)
```
With a link to the installation guide: https://docs.docker.com/get-docker/
Contributor guide
Assessment
This issue has not been assessed yet.