mirror of
https://github.com/AmanTahiliani/webcrawler.git
synced 2026-08-07 11:55:41 -04:00
Updated README
This commit is contained in:
16
README.md
16
README.md
@@ -1,6 +1,6 @@
|
|||||||
# webcrawler
|
# webcrawler
|
||||||
|
|
||||||
## Instructions to run
|
## Instructions to Run
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
```
|
```
|
||||||
git clone https://github.com/AmanTahiliani/webcrawler.git
|
git clone https://github.com/AmanTahiliani/webcrawler.git
|
||||||
@@ -9,15 +9,25 @@ git clone https://github.com/AmanTahiliani/webcrawler.git
|
|||||||
```
|
```
|
||||||
cd webcrawler
|
cd webcrawler
|
||||||
```
|
```
|
||||||
3. Install the requirements
|
3. Create a virtual environment
|
||||||
|
```
|
||||||
|
python3 -m venv venv
|
||||||
|
```
|
||||||
|
4. Activate the virtual environment
|
||||||
|
```
|
||||||
|
source venv/bin/activate
|
||||||
|
```
|
||||||
|
5. Install the requirements
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
4. Run the shell script
|
6. Run the shell script
|
||||||
```
|
```
|
||||||
./amantahiliani.sh
|
./amantahiliani.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
Note: If you get a permission denied error, run the following command
|
Note: If you get a permission denied error, run the following command
|
||||||
```
|
```
|
||||||
chmod +x amantahiliani.sh
|
chmod +x amantahiliani.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user