File tree 1 file changed +22
-5
lines changed
1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,30 @@ via lektor (see [Deployment](#deployment), below).
22
22
23
23
## Installation
24
24
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 `
30
38
31
39
[ 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.
32
49
33
50
34
51
### pipenv Troubleshooting
You can’t perform that action at this time.
0 commit comments