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