Update README.md

pull/3/head
DocArmoryTech 2020-11-03 14:03:28 +00:00 committed by GitHub
parent 987b685321
commit 772e02f425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -47,11 +47,15 @@ Create a dedicated, unprivileged, user to run the TAI server(s)
sudo adduser tai
~~~
Two steps together; creating a python virtual environment _and_ installation of TAI
Create and activate a python virtual environment called _tai-env_
~~~
sudo su tai
virtualenv tai-env
source ./tai-env/bin/activate
~~~
Installation of TAI in the home directory of the user `tai`
~~~
cd
git clone https://github.com/MISP/threat-actor-intelligence-server
cd threat-actor-intelligence-server