pymc-devs / pymc-data-umbrella

Website: Data Umbrella & PyMC open source sessions
https://pymc-data-umbrella.xyz/en/latest/
MIT License
26 stars 38 forks source link

Update the install install-pymc step in env setup #130

Closed symeneses closed 2 years ago

symeneses commented 2 years ago

There was a discussion on Discord about installing the PyMc on Windows. Looking at that, I realized we should update this install-pymc and the step 5 in PR Tutorial, because the files ending in -py3x.yml are not in main now.

reshamas commented 2 years ago

cc: @cluhmann @OriolAbril

cluhmann commented 2 years ago

This appears to be fixed in the latest version of the docs. We just need to make sure that we are sharing that link (rather than the "stable" version) for now.

OriolAbril commented 2 years ago

We have an extended version of the pr tutorial on the sprint website. It also needs to bw updated and I think it would be best to share this one: https://pymc-data-umbrella.xyz/en/latest/sprint/tutorials/environment_setup.html

Note: installing pymc should now be the same for all operative systems, but afaik, installing all development dependencies (different than the ones needed to use pymc) is still different

OriolAbril commented 2 years ago

The contributing workflow in the sprint website is covered in the following docs (on mobile, copying an old slack message, not everything is 100% relevant here)

I also think we should recommend doing docstring updates to anyone who is unsure about what to do as it is relatively fast, useful and impactful to both devs and users and completely self-contained. For the docsting, we splitted the guide in 3, so now the steps are:

reshamas commented 2 years ago

@symeneses We can close this, right?