Skip to content

Commit b1fb03c

Browse files
authored
Update README.md
Added code cloning method from github
1 parent 6259691 commit b1fb03c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
Python Search Engine 2.0 Server setup
33
</h1>
44

5-
### Create virtual environment
5+
### Pull the code
66

77
``` mkdir pysearch ```
88

99
``` cd pysearch ```
1010

11+
``` git clone https://github.com/mallickboy/Python_Search_Engine.git ```
12+
13+
``` cd Python_Search_Engine ```
14+
15+
``` git checkout version2.0 ```
16+
17+
### Create virtual environment
18+
1119
``` sudo apt install python3.9 python3.9-venv python3.9-distutils ```
1220

1321
``` python3.9 -m venv pysearch ```

0 commit comments

Comments
 (0)