Unverified Commit bb5270b3 authored by Sven Hollesen's avatar Sven Hollesen Committed by GitHub
Browse files

docs: explain cp311 in install instructions (#563)

Some users may not understand what cp311 in the wheel's name means. This would prevent them from installing nunchaku. Added a short hint saying they must replace this with their own python version, and explained how to do so.
parent 06b7a518
......@@ -33,6 +33,12 @@ Once PyTorch is installed, you can install ``nunchaku`` from one of the followin
pip install https://github.com/nunchaku-tech/nunchaku/releases/download/v0.3.1/nunchaku-0.3.1+torch2.7-cp311-cp311-linux_x86_64.whl
Make sure to replace each version number with the correct one for your environment. `cp311` stands for python version 3.11.x. You can find your own python version using
.. code-block:: shell
python --version
For ComfyUI Users
^^^^^^^^^^^^^^^^^
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment