7d76671
1
2
3
4
5
6
7
8
9
10
# conda env create -f <this_file> name: textgame channels: - conda-forge dependencies: - python=3.11 - pip - pip: - -r requirements.txt