diff options
-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. |