Skip to content

Commit 372c30b

Browse files
author
Aju100
committed
Updated Documentation('Instruction to setup pipenv')
1 parent 2a627cb commit 372c30b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ site's theme is based on [Pure Pelican Theme](https://github.com/PurePelicanThem
2222

2323
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`.
2424

25-
* Set up a virtual env in that folder and activate it
25+
* Set up a pipenv in that folder and activate it
2626

2727
$ cd <repo>
28-
$ virtualenv venv
29-
$ source venv/bin/activate
28+
$ pipenv shell
3029

3130
* Install the requirements using `pip` from inside the virtual environment
3231

33-
(venv)$ pip install -r requirements.txt
32+
(pythonnepal.github.io)$ pip install -r requirements.txt
3433

3534
* Start the server
3635

0 commit comments

Comments
 (0)