depaul-dice / sciunit

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Update pypi package #33

Closed moazreyad closed 10 months ago

moazreyad commented 10 months ago

The sciunit2 Pypi package has not been updated since Mar 30, 2022.

Now, users who want to use the latest updates must build sciunit from source.

Only the maintainers can build and upload the new package to Pypi. The current maintainers are lichray, razaahmad and tanumalik.

charmoniumQ commented 10 months ago

Yes the user must build from source, but Pip makes this pretty easy if you have cmake and git:

pip install https://github.com/depaul-dice/sciunit
moazreyad commented 10 months ago

Yes the user must build from source, but Pip makes this pretty easy if you have cmake and git:

pip install https://github.com/depaul-dice/sciunit

Thank you for the information. I think we need to add git+ :

pip install git+https://github.com/depaul-dice/sciunit

Anyway, Thanks to @sranasir who already created the updated Pypi package. We can close this issue.