- Clone the fsi-dnsdb repository
$ git clone https://github.com/giovino/fsi-dnsdb.git $ cd fsi-dnsdb
- Start vagrant
$ vagrant up $ vagrant ssh
- Reboot the machine using
poweroff
andvagrant up
to finish updating the VM (first time only)$ sudo poweroff <wait 10 seconds> $ vagrant up $ vagrant ssh
- Install in development mode using Poetry
$ cd /vagrant $ poetry install
- Open a shell within the virtual environment using Poetry
$ poetry shell
- Open ipython and load the
dnsdb
module$ ipython In [1]: import dnsdb