Skip to content

20squares/ethode

Repository files navigation

ethode

Setup

Recommended

  1. Install the uv package manager.
  2. Read through examples.py, referencing ethode.py to see how things are done.
  3. Use uv run to run things, all the package management and the Python version management are taken care of automatically.
  4. ...
  5. Profit.

Without uv

  1. You will need python3.10 or newer; see if it is installed on your system by executing in a terminal python3 --version.
  2. I recommend using pyenv to manage your python versions, or you can just download python here and use a virtual environment to keep stuff separated.
  3. Install packages python3 -m pip install -r requirements.txt.
  4. Read through examples.py, referencing ethode.py to see how things are done
  5. ...
  6. Profit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages