Skip to content

JerrySMith13/hackku-hacklets

Repository files navigation

hackku-hacklets

To use Merlin, do the following:

  1. Initialize a venv
    • You don't wanna install these beefy packages globally, so save some trouble and create/activate a venv.
    • You can do this by running the following command(s):
      python3 -m venv name
      On linux/mac:
      source ./name/bin/activate
      On Windows:
      ./name/Scripts/Activate.bat
    • Next, install dependencies from hackku-hacklets/requirements.txt
    • You can do this by running the following command:
      ./name/bin/pip3 install -r requirements.txt
      
    • Finally, run main-process.py from the virtual environment.
    • Do this by running:
      ./name/bin/python3 main-process.py
      
    • Ta-da! The project should open Merlin's terminal interface and start talking to you

About

Hackku Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages