Closed schae234 closed 6 years ago
Can I work on that?
@seraco That would be great! If you have any questions or need any clarifications, let me know!
Now I have no time to work on this 😞. I will have to leave it to somebody else by now.
Hey, @seraco, thank you for all your other work! Let us know if you have more time later, we'd love more community input!
This is related to #69 and is now resolved! Nice work everyone!
Currently, we use an bash script to install camoco. This is not cross compatible with other systems (especially ones that do not use bash). We want to be able to clone the camoco repo and handle the dependencies using just setup.py.
We can do this by injecting some
pip install commands
Then we should be able to make a virtualenv and install
This should be much more cross compatible than what camoco is currently doing.