Forking a python module

2024-06-04 Thread Stefan Monov
Hi all! Several questions. I'm on Windows and using radioconda. 1. How do I check if a module is written fully in python (rather than C++ or both)? 2. If I find out that it's written in python, how do I fork it (for my personal use)? I could do the following: 1. find the relevant github repo on

Re: Forking a python module

2024-06-04 Thread Stefan Monov
Forgot to say that I'd be happy to just edit the python code (in its installation dir) "in-place", but that carries the risk that conda may overwrite all my changes when it updates that package. On Tue, Jun 4, 2024 at 2:59 PM Stefan Monov wrote: > Hi all! Several questions. I'm on Windows and us

Re: Forking a python module

2024-06-04 Thread Ryan Volz
Hi, On 6/4/24 8:04 AM, Stefan Monov wrote: Forgot to say that I'd be happy to just edit the python code (in its installation dir) "in-place", but that carries the risk that conda may overwrite all my changes when it updates that package. Yes, that is what would happen. But it can still be use