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
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,24 +22,15 @@ 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
-
## 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
25
+
* Set up a virtual env in that folder and activate it
34
26
35
27
$ cd <repo>
36
28
$ virtualenv venv
37
29
$ source venv/bin/activate
38
30
39
-
40
31
* Install the requirements using `pip` from inside the virtual environment
0 commit comments