Update installation instructions to use direct GitHub installation

main
lasseedfast 1 year ago
parent 6b53b41bc2
commit 92c704554a
  1. 7
      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 .
pip install git+https://github.com/lasseedfast/env_manager.git

Loading…
Cancel
Save