Skip to content

Commit 80286f5

Browse files
committed
added some documentation for pip installation
1 parent 699179d commit 80286f5

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
@@ -4,14 +4,22 @@ The scraper here is based on the one from [six519](https://github.com/six519/Pas
44

55
## Installation
66

7-
Simply clone it:
7+
### Via Github
88

99
```
1010
cd /your/desired/directory
1111
clone https://github.com/six519/PastebinPython.git
1212
pip install -r requirements.txt
1313
```
1414

15+
### Via pypi
16+
17+
In this case you have to import the corresponding classes and methods to use it. I will try and make it somehow more usable this way. Just wanted to play around with pypi at first.
18+
19+
```
20+
pip install pastebin-python-scraper
21+
```
22+
1523
## Usage
1624

1725
This fork of the PastebinPython project downloads all pastebin entries ... or well at least it starts downloading as much as it can.

0 commit comments

Comments
 (0)