Projects STRLCPY GraphSpy Commits 0cd62cc4
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 27 lines
    28 28   
    29 29  The following goes over the recommended installation process using pipx to avoid any dependency conflicts.
    30 30   
     31 +GraphSpy is built to work on every operating system, although it was mainly tested on Linux and Windows.
     32 + 
    31 33  For other installation options and detailed instructions, check the [Installation page](https://github.com/RedByte1337/GraphSpy/wiki/Installation) on the wiki.
    32 34   
    33 35  ```bash
    34 36  # Install pipx (skip this if you already have it)
    35  -python3 -m pip install pipx
    36  -python3 -m pipx ensurepath
     37 +apt install pipx
     38 +pipx ensurepath
    37 39   
    38 40  # Install the latest version of GraphSpy from pypi
    39  -python3 -m pipx install graphspy
     41 +pipx install graphspy
    40 42  ```
    41 43   
    42 44  ## Execution
    skipped 118 lines
Please wait...
Page is in error, reload to recover