issues
search
metaparticle-io
/
package
Metaparticle/Package: Language Fluent Containerization and Deployment in Java, .NET and Javascript (and more coming soon)
https://metaparticle.io
MIT License
493
stars
55
forks
source link
Adding virtualenv pip requirement
#134
Open
nrshrivatsan
opened
5 years ago
nrshrivatsan
commented
5 years ago
TL;DR
requirements.txt+=virtualenv
Background
I tired the Readme.md.
make venv
didn't work
manually installed
pip3 install virtualenv
then
make venv
worked. Hence the PR
TL;DR
requirements.txt+=virtualenv
Background
make venv
didn't workpip3 install virtualenv
thenmake venv
worked. Hence the PR