Compare commits
4 Commits
b83f53d140
...
ca16f1b098
| Author | SHA1 | Date | |
|---|---|---|---|
| ca16f1b098 | |||
| 4276939f30 | |||
| 15349c9390 | |||
| 064364caa6 |
@@ -1,6 +1,8 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
python3 -m venv .venv
|
||||
VERSION="${1:-3}"
|
||||
|
||||
python${VERSION} -m venv .venv
|
||||
./.venv/bin/pip install --upgrade pip
|
||||
./.venv/bin/pip install -r requirements.txt
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Reference
|
||||
site_name: Reference Documentation
|
||||
docs_dir: reference
|
||||
theme:
|
||||
name: material
|
||||
|
||||
1
sk/__init__.py
Normal file
1
sk/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# My helper tools
|
||||
Reference in New Issue
Block a user