build: simplify docker installation and improve the manual one#615
build: simplify docker installation and improve the manual one#615
Conversation
There was a problem hiding this comment.
So, I am looking at the install instructions now.
We are basically asking people to clone the entire (fairly large) repo only to access the environment yml file and then pip install it from elsewhere. Given that we anyway have the installation commands copy/pastable, would it perhaps make sense to have a command to download just that one file instead? Or is it even possible to create the env from the online file?
Not sure if it's worthwhile changing, just noticed this and thought I'd mention it :)
Very good point! I changed them in d424a26, let me know if you like it better now :) |
Nice! Also, requirements-docker.txt can be removed from the bumpversion config file. |
I removed the ref in that part, thanks :)
Good catch, removed! |
No description provided.