Skip to content

Commit

Permalink
Fix documentation formatting, update steps for downloading msticpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Cianelli committed Oct 3, 2023
1 parent da400e1 commit 79400e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/getting_started/Installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,12 @@ Windows Source to Isolated Linux Environment
<https://github.com/microsoft/msticpy/blob/main/tools/download_python_package.py>`__ script.

Example:

.. code-block:: powershell
python \path\to\python\file --python-version "3.8.5" --module-name "msticpy[sentinel]" --module-version "2.7.0" --directory \path\to\destination
3. Zip and copy the directory folder to the isolated environment.
3. Copy the directory folder to the isolated environment.

4. From the isolated environment, unzip if needed and then you will need to run the following for each .whl file:

Expand Down

0 comments on commit 79400e4

Please sign in to comment.