7.2. InstallationΒΆ
Note
This is an abridged version of the core SteelScript installation. It is meant to focus on getting SteelScript Wireshark installed as quickly as possible. For the full documentation on SteelScript’s installation, click here.
- Verify the following:
- You have Python 2.7 installed
- You have
pip
installed - You have set up a virtual enviornment to install SteelScript.
- Run
pip install steelscript
to install the core SteelScript package. - Run
steel install
to install the core SteelScript modules, including steelscript-wireshark.
Continue to Getting Started for next steps.