mirror of
https://github.com/devproje/balance-application.git
synced 2024-10-20 15:11:21 +00:00
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/bash
|
|
|
|
python -m venv .venv/
|
|
source .venv/bin/activate
|