mirror of
https://github.com/magic-wormhole/magic-wormhole.git
synced 2024-08-18 02:24:35 +03:00
virtualenv is no more
This commit is contained in:
2
Makefile
2
Makefile
@@ -52,7 +52,7 @@ release:
|
||||
release-test:
|
||||
gpg --verify dist/magic-wormhole-`git describe --abbrev=0`.tar.gz.asc
|
||||
gpg --verify dist/magic_wormhole-`git describe --abbrev=0`-py3-none-any.whl.asc
|
||||
virtualenv testmf_venv
|
||||
python -m venv testmf_venv
|
||||
testmf_venv/bin/pip install --upgrade pip
|
||||
testmf_venv/bin/pip install dist/magic_wormhole-`git describe --abbrev=0`-py3-none-any.whl
|
||||
testmf_venv/bin/wormhole --version
|
||||
|
||||
Reference in New Issue
Block a user