Skip to content

Commit

Permalink
Updating readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <[email protected]>
  • Loading branch information
bvandekerkhof committed Feb 19, 2024
1 parent d2c61fc commit 26cb257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Use cases where the pyELQ code has been applied are described in the following p
* Weidmann, D., Hirst, B. et al. "Locating and Quantifying Methane Emissions by Inverse Analysis of Path-Integrated Concentration Data Using a Markov-Chain Monte Carlo Approach." ACS Earth and Space Chemistry 2022 6 (9), 2190-2198 (https://doi.org/10.1021/acsearthspacechem.2c00093)
***
# Installing pyELQ as a package
Suppose you want to use pyELQ in a different project. You can install it just like a Python package.
Suppose you want to use this pyELQ package in a different project.
You can install it from [PyPi](https://pypi.org/project/pyelq-sdk/) through pip
`pip install pyelq-sdk`.
Or you could clone the repository and install it from the source code.
After activating the environment you want to install pyELQ in, open a terminal, move to the main pyELQ folder
where pyproject.toml is located and run `pip install .`, optionally you can pass the `-e` flag is for editable mode.
All the main options, info and settings for the package are found in the pyproject.toml file which sits in this repo
Expand Down
1 change: 0 additions & 1 deletion tests/test_coordinate_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_lla(n):
assert np.all(crd5.longitude == pytest.approx(lon))
assert np.all(crd5.altitude == pytest.approx(alt))

# test tree is created successfully
crd.create_tree()


Expand Down

0 comments on commit 26cb257

Please sign in to comment.