mirror of
https://github.com/devproje/balance-application.git
synced 2024-10-21 00:11:21 +09: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
|