You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. In function parse_requirements() put module, version_sign, version in array
5. Function for creating Conda env
6. ## Chek-in: After Run - Type: Environment Name. Make a test: conda install -n {env.name} requests. This command allows you install packages in {env.name}. We use it for function istallation packages in other environment.
7. Creat a loop to test existing env and in case if env not exist - create new.
8. Create a function for unzip our pakages. After, function return name folder of unzipped project.