CoolFace
Apppublic

Bill-A/agileInnov_Testing

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Libraries installed using requirements.txt

  • —pip install -r requirements.txt

Specifying a location for an environment You can control where a conda environment lives by providing a path to a target directory when creating the environment. For example, the following command will create a new environment in a subdirectory of the current working directory called envs:

VS Code set up environment as a virtual environment

You then activate an environment created with a prefix using the same command used to activate environments created by name:

conda activate ./venv