Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.18 KB

powerxrd

Documentation Status

A Python package made to handle powder XRD (and XRD) data. The only known open-source Github project with a Rietveld refinement method in development.

Installation

pip install powerxrd

Just starting? Check out the below options

Contributing

  1. Fork it (https://github.com/your-github-user/powerxrd/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request