How to create a Github repository with a reproducible environment? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create a Github repository with a reproducible environment?

So that when i or someone else runs pip install they can run the whole project.

2nd Jun 2023, 7:50 PM
Lenoname
5 Answers
+ 4
Is it a Python project? You could make a package and specify in a requirements file what dependencies your users should install.
2nd Jun 2023, 8:50 PM
Lisa
Lisa - avatar
+ 4
... or using docker (more complex but its very useful for complex systems)
2nd Jun 2023, 9:25 PM
KrOW
KrOW - avatar
+ 4
Or maybe you can compile the program to an executable and distribute it like that?
2nd Jun 2023, 9:30 PM
Lisa
Lisa - avatar
+ 1
I think it would be more informative if you described the type of project and the programming language involved than letting us guess.
3rd Jun 2023, 9:16 AM
Lisa
Lisa - avatar
0
Not allowed to use docker
3rd Jun 2023, 6:05 AM
Lenoname