From 92c704554a9d9a361cc77eec8db2f7b18ca8b0e9 Mon Sep 17 00:00:00 2001 From: lasseedfast Date: Thu, 10 Oct 2024 10:57:30 +0200 Subject: [PATCH] Update installation instructions to use direct GitHub installation --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25d1b08..83d4a16 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ This script initializes a connection to an ArangoDB database and retrieves all d ## Installation -Clone the repository and install the package: +You can install the package directly from the GitHub repository: ```sh -git clone https://github.com/yourusername/env_manager.git -cd env_manager -pip install . \ No newline at end of file +pip install git+https://github.com/lasseedfast/env_manager.git +