AD Teaching Wiki:

Python environment

Required packages:

Copy the following lines into a text file named requirements.txt

flake8==6.1.0 mypy==1.6.0 numpy==1.26.0 --index-url https://download.pytorch.org/whl/cpu torch==2.1.0

and run pip install -r requirements.txt to install all of the packages above.

AD Teaching Wiki: InformationRetrievalWS2324/PythonEnv (last edited 2023-10-11 15:28:56 by adpult)