8 lines
76 B
Bash
8 lines
76 B
Bash
#!/bin/bash
|
|
|
|
layout python
|
|
|
|
if ! has poetry; then
|
|
pip install poetry
|
|
fi
|