wlav / cppyy

Other
391 stars 40 forks source link

add command to install virtualenv package before cppyy installation #133

Closed amr-atif closed 1 year ago

amr-atif commented 1 year ago

the docs for installation of cppyy don't contain enough steps to install virtualenv.

image

So I recommend adding a command to install virtualenv package to be able to create a virtual environment in order to install cppyy inside it and mention that in the description before the code.

$ python -m pip install virtualenv

wlav commented 1 year ago

Or rather, it should probably be python -m venv as of Python3.3 (as the text also says a bit higher up).