Skip to content

Commit

Permalink
General: Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Somerandomguy10111 committed Feb 6, 2025
1 parent 90f67ee commit d5b9a6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ choco install swig # python -> C++ bridge
### Python library
Once the system level requirements are installed, the library can be installed using pip:
```
pip install xrdpattern
pip install git+https://github.com/aimat-lab/xrdpattern
```


Expand Down Expand Up @@ -59,4 +60,4 @@ Loading Diffractogram patterns from the following data formats is supported:

When using Xrdpattern.load(fpath=xrdfile.suffix), the format will be automatically determined from the suffix unless
there are are several formats with this format as with .raw and .dat.
In this case the format will need to be manually specified.
In this case the format will need to be manually specified.

0 comments on commit d5b9a6d

Please sign in to comment.