Skip to content

Allows installation using pip (local source)

newhoa requested to merge newhoa/catfish:allow-pip-install into master

I tested that it works with both the normal install method and also pip, but only on my machine. Probably needs a few more tests on other machines.

Thanks!


Install and uninstall catfish locally from source directory using the pip tool.

In the catfish source directory use:

pip3 install .

pip3 uninstall .

This installs (or uninstalls) catfish for the current user. Depending on your setup, pip or pip3 may be the correct command.

Edited by newhoa

Merge request reports