Hi,
According to the README.md, the setup instructions mention the following:
- Create and initialize a conda environment:
cd player_classification
conda env create --name player --file environment.yml
conda activate player
NOTE: Another way to create the conda environment is to run the conda_environment.sh file.
However, I couldn't find either the environment.yml file or the conda_environment.sh file in the root directory of the repository. These files are essential for initializing the conda environment as described.
Could you please upload the missing files or update the README.md with alternative setup instructions?
Hi,
According to the
README.md, the setup instructions mention the following:cd player_classification conda env create --name player --file environment.yml conda activate playerNOTE: Another way to create the conda environment is to run the
conda_environment.shfile.However, I couldn't find either the
environment.ymlfile or theconda_environment.shfile in the root directory of the repository. These files are essential for initializing the conda environment as described.Could you please upload the missing files or update the
README.mdwith alternative setup instructions?