better README
This commit is contained in:
parent
47a3ba1605
commit
78dc4b8763
4 changed files with 23 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# data-accurate programming language sex chart
|
||||||
|
|
||||||
|
a data-accurate programming language sex chart
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Requires python.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./run.sh
|
||||||
|
```
|
12
run.sh
Executable file
12
run.sh
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
cd "$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
|
|
||||||
|
if ! [ -d venv ]
|
||||||
|
then ./setup.sh
|
||||||
|
fi
|
||||||
|
. venv/bin/activate
|
||||||
|
|
||||||
|
|
||||||
|
./src/main.py
|
0
main.py → src/main.py
Normal file → Executable file
0
main.py → src/main.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue