Skip to content

Commit f55634a

Browse files
committed
Change installation instructions
1 parent 1cd02d4 commit f55634a

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

+4-17
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,15 @@ It is still a work in progress to copy all of its API endpoints.
1313

1414

1515
### Installation Instructions
16+
1. Install via pip
1617

17-
1. Fork/Clone/Download this repo
18+
`pip install -e git+https://github.com/LevPasha/Instagram-API-python.git#egg=InstagramAPI`
1819

19-
`git clone https://github.com/LevPasha/Instagram-API-python.git`
2020

21+
2. Import InstagramAPI from a python command prompt
2122

22-
2. Navigate to the directory
23+
`from InstagramAPI import InstagramAPI`
2324

24-
`cd Instagram-API-python`
25-
26-
27-
3. Install the dependencies
28-
29-
`pip install -r requirements.txt`
30-
31-
32-
4. Modify test.py with your own username and password
33-
34-
35-
5. Run the test script (**use text editor to edit the script and type in valid Instagram username/password**)
36-
37-
`python test.py`
3825

3926

4027
### Now InstagramAPI.py can:

0 commit comments

Comments
 (0)