Skip to content

Commit eb339fc

Browse files
Add webpack dependencies in README
1 parent 41a5ca5 commit eb339fc

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

+22-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,30 @@ via lektor (see [Deployment](#deployment), below).
2222

2323
## Installation
2424

25-
1. Make sure you have [pipenv][pipenvdocs] installed.
26-
1. Clone this repository.
27-
1. Open your command line interface and `cd` to the repository root directory.
28-
1. Run `pipenv install` to create a Python virtual environment and install the
29-
requirements for this project.
25+
### Pre-Requisites
26+
27+
Make sure you have [pipenv][pipenvdocs], [Node.js][nodejswebsite] and [npm][npmdocs] installed. To install these, execute the following commands:
28+
29+
> For macOS:
30+
1. `brew install pipenv`
31+
2. `brew install node`
32+
33+
> For GNU/Linux:
34+
1. `curl https://raw.githubusercontent.com/kennethreitz/pipenv/master/get-pipenv.py | python`
35+
2. `sudo apt update`
36+
3. `sudo apt install nodejs`
37+
4. `sudo apt install npm `
3038

3139
[pipenvdocs]:https://pipenv.readthedocs.io/en/latest/
40+
[nodejswebsite]:https://nodejs.org/en/
41+
[npmdocs]:https://docs.npmjs.com/
42+
43+
44+
### Installing Project Requirements
45+
46+
1. Clone this repository.
47+
2. Open your command line interface and `cd` to the repository root directory.
48+
3. Run `pipenv install` to create a Python virtual environment and install the requirements for this project.
3249

3350

3451
### pipenv Troubleshooting

0 commit comments

Comments
 (0)