Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 492 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 492 Bytes

valorant-utils

Usage

Nix & NixOS

# run the package from the repository
nix run .#

# build the package
nix build .#

Linux & MacOS

# create virtual environment
python3 -m venv .venv

# use virtual environment
source .venv/bin/activate

# install dependencies from requirements.txt
pip3 install -r requirements.txt

# enable pre-commit
pre-commit install

# install package in development mode (changes will take effect automatically)
pip install -e .