-
Notifications
You must be signed in to change notification settings - Fork 2
π οΈ Installing ThreatNeedle
xenthy edited this page Oct 31, 2020
·
2 revisions
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
Cloning GitHub Repository:
β git clone https://github.com/xenthy/ict2202-assignment-1
Installing Python 3.8.5:
- Install python
- Set up environment PATH, if not you will not be unable to run
py
/python
- Right-click on 'This PC' > Properties > Advance System Settings > Environment Variables
- Under System Variable, Select PATH
- 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:
- Install Make for Windows
- Set up environment PATH, if not you will not be unable to run
make
- Right-click on 'This PC' > Properties > Advance System Settings > Environment Variables
- Under System Variable, Select PATH
- Click on Edit, enter Make location. Usually:
C:\Program Files (x86)\GnuWin32\bin