gauge-sh / tach

A Python tool to enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip πŸ”§ Able to be adopted incrementally - ⚑ Implemented with no runtime impact ♾️ Interoperable with your existing systems πŸ¦€ Written in rust
https://gauge.sh
MIT License
953 stars 33 forks source link

Fix deps make function, install pip and maturin #189

Closed letmerecall closed 1 month ago

letmerecall commented 1 month ago

Why this PR?

make deps for fresh venv where pip and maturin are not installed.

What's updated?

Added a step to install pip & maturin in deps make function.