poldrack / autoCV

automatic generation of CV
MIT License
127 stars 17 forks source link

refactoring plans #6

Open poldrack opened 4 years ago

poldrack commented 4 years ago

The initial release of the code (1.0a0) leaves a lot to be desired. In the next few weeks I am planning to refactor it, with a few goals in mind:

thesamovar commented 4 years ago

Still haven't had a chance to look at code, but is use of docker necessary? It makes it very tricky for people on Windows to use it, which is a shame.

poldrack commented 4 years ago

It’s not necessary but it avoids having to install latex...

On Mon, May 25, 2020 at 10:01 AM Dan Goodman notifications@github.com wrote:

Still haven't had a chance to look at code, but is use of docker necessary? It makes it very tricky for people on Windows to use it, which is a shame.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/poldrack/autoCV/issues/6#issuecomment-633653521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGUVEHQPMG3PLLT2WFS3R3RTKP7VANCNFSM4NJVCEJQ .

thesamovar commented 4 years ago

It would probably not be too difficult to set it up so that it can be run either inside a docker with auto-installation of latex, or directly on host and you're responsible for setting up latex yourself?