Pypi upload compatible version (#33)

* moving test dependencies separately

* adding manifest to remove unecessary files

* updating name of project

* Fixing formatting

* Adding badge for pypi version

* Adding very simple install instructions
This commit is contained in:
Francois Lanusse 2024-12-21 11:47:13 -05:00 committed by GitHub
parent 160b86eb71
commit f245a1f685
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 24 additions and 17 deletions

View file

@ -34,7 +34,8 @@ jobs:
pip install git+https://github.com/MP-Gadget/pfft-python
pip install git+https://github.com/MP-Gadget/pmesh
pip install git+https://github.com/ASKabalan/fastpm-python --no-build-isolation
pip install .[test]
pip install -r requirements-test.txt
pip install .
- name: Run Single Device Tests
run: |