We'll be using Python-lambda
-
Create new directory and call it whatever you want.
-
Enter new directory and run
virtualvenv venv
from Terminal. If you don't have virtualenv, you can install it withpip install virtualenv
.
We'll be using Python-lambda
Create new directory and call it whatever you want.
Enter new directory and run virtualvenv venv
from Terminal. If you don't have virtualenv, you can install it with pip install virtualenv
.