You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,24 @@ site's theme is based on [Pure Pelican Theme](https://github.com/PurePelicanThem
22
22
23
23
This will clone the repository on to your system and clone the submodules inside it as well recursively. Additionally, the folder to which it will be cloned to is called `pynepal-website`.
24
24
25
-
* Set up a virtual env in that folder and activate it
25
+
## You can choose any option
26
+
27
+
### Option 1
28
+
* Set up a pipenv in that folder and activate it
29
+
30
+
$ cd <repo>
31
+
$ pipenv shell
32
+
### Option 2
33
+
* Set up a virtual env in that folder and activate it
26
34
27
35
$ cd <repo>
28
36
$ virtualenv venv
29
37
$ source venv/bin/activate
30
38
39
+
31
40
* Install the requirements using `pip` from inside the virtual environment
0 commit comments