Skip to content

πŸ› οΈ Installing ThreatNeedle

xenthy edited this page Oct 31, 2020 · 2 revisions

πŸ–₯️ Linux (Debian)

Cloning GitHub Repository:

➜ sudo apt install git
➜ git clone https://github.com/xenthy/ict2202-assignment-1

Auto Configuring:

➜ cd \Path\to\ict2202-assignment-1
➜ ./configure

πŸͺŸ Windows

Cloning GitHub Repository:

➜ git clone https://github.com/xenthy/ict2202-assignment-1

Installing Python 3.8.5:

  1. Install python
  2. Set up environment PATH, if not you will not be unable to run py/python
    1. Right-click on 'This PC' > Properties > Advance System Settings > Environment Variables
    2. Under System Variable, Select PATH
    3. Click on Edit, enter location. Usually: C:\Python38\

Installing Dependencies:

➜ cd \Path\to\ict2202-assignment-1
➜ pip install -r requirements.txt

Setting up GNU Make:

  1. Install Make for Windows
  2. Set up environment PATH, if not you will not be unable to run make
    1. Right-click on 'This PC' > Properties > Advance System Settings > Environment Variables
    2. Under System Variable, Select PATH
    3. Click on Edit, enter Make location. Usually: C:\Program Files (x86)\GnuWin32\bin
Clone this wiki locally