Add I2P Support
Merge https://github.com/HelloZeroNet/ZeroNet/pull/602 Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
290025958f
commit
d731fe9f91
17 changed files with 447 additions and 27 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -40,6 +40,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
config.vm.provision "shell",
|
||||
inline: "sudo apt-get install msgpack-python python-gevent python-pip python-dev -y"
|
||||
config.vm.provision "shell",
|
||||
inline: "sudo pip install msgpack --upgrade"
|
||||
inline: "sudo pip install -r requirements.txt --upgrade"
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue