Skip to content
  • newhoa's avatar
    Allows installation using pip (local source) · 8a7e5a77
    newhoa authored and newhoa's avatar newhoa committed
    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.
    8a7e5a77