-
Notifications
You must be signed in to change notification settings - Fork 33
Installation Instructions
musl edited this page Oct 15, 2024
·
9 revisions
Install the latest proprietary NVIDIA drivers.
Windows: download from official nvidia website.
Linux-based systems: it is recommended that you install the proprietary drivers by adding the official repository. cudatoolkit
is recommended as well.
Install Python 3.12 and Git:
Windows: use winget
:
winget install Python.Python.3.12 Git.Git
Install Poetry:
pip install pipx
pipx install poetry
pipx ensurepath
Clone the repository and enter the dir:
git clone https://github.com/muslll/neosr
cd neosr
Install neosr
through poetry:
poetry install
Poetry will install all dependencies based on the pyproject and poetry.lock, making the env not only isolated but also reproducible.