Skip to content

Local Installation

Prerequisites

Since juicenet uses Nyuu and ParPar, you need to have these installed. Follow the instructions below to install them.

  1. ParPar >= 0.4.2 - Grab the executable from here

  2. Nyuu >= 0.4.2 - Grab the executable from here

  1. Install Visual C++ Build Environment

  2. Install nvm

  3. Install node

    nvm install node
    
  4. Install yencode

    npm install yencode
    
  5. Install Nyuu

    npm install -g nyuu --production --unsafe-perm
    
  6. Install ParPar

    npm install -g @animetosho/parpar
    
  1. Install nvm

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
    
  2. Install node

    nvm install node
    
  3. Install yencode

    npm install yencode
    
  4. Install Nyuu

    npm install -g nyuu --production --unsafe-perm
    
  5. Install ParPar

    npm install -g @animetosho/parpar
    

Installing juicenet

juicenet currently supports Python >= 3.9

  1. With pipx (recommended):

    pipx install juicenet-cli
    
  2. With pip:

    pip install juicenet-cli
    
  3. From git with poetry:

    Note

    The main branch is not stable and maybe broken. Use this method if you know what you're doing.

    Stable (mostly) builds can be found in releases or PyPI.

    git clone https://github.com/Ravencentric/juicenet-cli.git
    
    cd juicenet-cli
    

    Run:

    poetry install
    
    poetry run juicenet --help
    

    Build:

    poetry build