From f3074f472966511885c180ab2411d2be18708963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller?= <9070224-W13R@users.noreply.gitlab.com> Date: Sat, 13 Aug 2022 09:41:12 +0200 Subject: [PATCH] Rename pip-dependencies.txt to requirements.txt --- README.md | 2 +- pip-dependencies.txt => requirements.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pip-dependencies.txt => requirements.txt (100%) diff --git a/README.md b/README.md index 6136dbe..16f7553 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Create a graph from the links on a website and the following sites. You can install those dependencies with ``` -pip install -r pip-dependencies.txt +pip install -r requirements.txt ``` ## Usage diff --git a/pip-dependencies.txt b/requirements.txt similarity index 100% rename from pip-dependencies.txt rename to requirements.txt