/lazy

Scripts I use for the housekeeping of my personal stuff

Primary LanguageC#GNU General Public License v2.0GPL-2.0

lazy

All the scripts I use for the housekeeping of my personal stuff

Venv

Creae a virtual env with

python3 -m venv venv

or activate it with

source venv/bin/activate

Then install

pip install -r requrements.txt