Skip to content

Commit

Permalink
Improve instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
charalamm committed Jun 11, 2024
1 parent 21b57fc commit aea1f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ See run_efast.py for an example using data located in test_data folder.
1. Clone the repository to your local machine.
2. Navigate to the root directory of the repository in your terminal.
3. [OPTIONAL but recommended] Create a virtual environment: `python3.<your python version> -m venv .venv`
3. Install the package: `pip install -e .`
4. Run the example: `python run_efast.py`
3. Install the package dependencies: `pip install -r requirements.txt`
4. Change the credentials in `run_efast.py` to your own credentials.
5. Run the example: `python run_efast.py`

### Installation
Install the package using pip:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ scipy
scikit-learn
setuptools
tqdm
zipfile
git+https://github.com/DHI-GRAS/snap-graph
git+https://github.com/DHI-GRAS/creodias-finder
pyproj
snap-graph @ git+https://github.com/DHI-GRAS/snap-graph
creodias-finder @ git+https://github.com/DHI-GRAS/creodias-finder

0 comments on commit aea1f83

Please sign in to comment.