Skip to content

Commit 9b77705

Browse files
authored
Update README.md
1 parent 729a4d1 commit 9b77705

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ Installation
66

77
To install the Python client library:
88
```
9+
pip install fireeyepy
10+
```
11+
12+
To upgrade your installed library:
13+
```
14+
pip install fireeyepy --upgrade
15+
```
16+
17+
Alternatively, you can clone the repository via the command line:
18+
```
919
git clone https://github.com/fireeye/fireeye-python.git
10-
cd fireeye-python
11-
pip install -r requirements.txt
12-
python setup.py bdist_wheel
13-
pip install -e .
1420
```
1521

1622
Usage

0 commit comments

Comments
 (0)