Skip to content

hayato0029/research-template

 
 

Repository files navigation

research-template

Build Environment

  1. install uv
# On macOS and Linux.
$ curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows.
$ powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

# With pip.
$ pip install uv
  1. create virtual enviroment
uv sync
  1. activate pre-commit
uv run pre-commit install
  1. activate virtual enviroment
. .venv/bin/activate
  1. deactivate virtual enviroment
deactivate

reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%