mkvirtualenv <the name you want for your env> -a <a project path>
-p <python version> -r <requirements file/file path>
#project path - project to associate the virtualenv created to
#python version - 3.10 or 3.9,
#requirements file - folder/filename.txt