diff options
author | nea <romangraef@gmail.com> | 2022-11-21 03:20:01 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-11-21 03:20:01 +0100 |
commit | aeac71aac6006ddb1e09e7d4990d9af8a4203325 (patch) | |
tree | 5da702b06ed7043298183acdebc2d9d25365130e | |
parent | 2332015396d757fa7af1bc3ccbac04a9384fd49c (diff) | |
download | sbdata-aeac71aac6006ddb1e09e7d4990d9af8a4203325.tar.gz sbdata-aeac71aac6006ddb1e09e7d4990d9af8a4203325.tar.bz2 sbdata-aeac71aac6006ddb1e09e7d4990d9af8a4203325.zip |
Kat sitting recipe generator
See https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/pull/867
for results.
Also removed submodule cause it just doesn't make sense anymore.
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | NotEnoughUpdates-REPO | 0 | ||||
-rw-r--r-- | README.md | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -2,3 +2,6 @@ __pycache__ build/ .idea/ +NotEnoughUpdates-REPO/ + + diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index cb24a04..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "NotEnoughUpdates-REPO"] - path = NotEnoughUpdates-REPO - url = https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/ diff --git a/NotEnoughUpdates-REPO b/NotEnoughUpdates-REPO deleted file mode 160000 -Subproject 7e248b501dd582caf8ae8b2dc4ab04afdf283ca @@ -6,6 +6,6 @@ Hi, jani, i will automate your job, and, when you are jobless, poor and homeless ## Setup - - Make sure the NEU repo is set up. When in doubt you can always use `git submodule update --init` to redownload it + - Make sure the NEU repo is set up. Please clone it into `NotEnoughUpdates-REPO` - Set up your pipenv with `pipenv install` - Run either `pipenv run python -m sbdata -explore` or `pipenv run python -m sbdata -json` in the main directory. |