File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,24 @@ Python 3.7+ is supported. An unsupported Python 2 version exists as [pyshark-leg
1919Supports all modern versions of tshark / wireshark but certain features may be unavailable on older versions.
2020
2121### All Platforms
22- Simply run the following to install the latest from pypi
22+
23+ Simply run the following to install the latest release from [ PyPI] ( https://pypi.org/project/pyshark/ ) :
2324``` bash
2425pip install pyshark
2526```
2627
27- Or install from the git repository:
28+ To install the latest from GitHub:
29+ ```
30+ pip install https://github.com/KimiNewt/pyshark/archive/refs/heads/master.zip#subdirectory=src
31+ ```
32+
33+ Or install from the git repository for local development:
2834``` bash
2935git clone https://github.com/KimiNewt/pyshark.git
3036cd pyshark/src
31- python setup.py install
37+ pip install -e .
3238```
3339
34-
3540### Mac OS X
3641You may have to install libxml which can be unexpected. If you receive an error from clang or an error message about libxml, run the following:
3742``` bash
You can’t perform that action at this time.
0 commit comments