/network-analysis-pgp

Pretty Good Privacy (PGP) - Analysis of the Web of Trust

Primary LanguageJupyter Notebook

Network Analysis - Pretty Good Privacy (PGP) - Analysis of the Web of Trust

Dev Setup

Setup uses Virtualenv.

pip3 install virtualenv
virtualenv -p python3 .
source ./bin/activate
pip install networkx

Work

source ./bin/activate
jupyter notebook

leave virtual env using the following command

deactivate

Links