Open JedMeister opened 5 years ago
I may pursue this? I'll look through the process.
rikgoldman@gmail.com
On Sun, Aug 25, 2019, 8:48 PM Jeremy Davis notifications@github.com wrote:
As noted in the forums recently https://www.turnkeylinux.org/comment/41416#comment-41416, Mark has a requested a Read the Docs https://readthedocs.org/ appliance. The install instructions are noted here https://docs.readthedocs.io/en/stable/development/install.html.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/turnkeylinux/tracker/issues/1354?email_source=notifications&email_token=AAE6VFLSNMWG537GYN2RC5DQGMR47A5CNFSM4IPKYVU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHIPBDQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE6VFJPY75QEH6DZJYKWM3QGMR47ANCNFSM4IPKYVUQ .
Hey @ghoulmann - Long time no chat mate! I hope you are well.
That would be awesome if you did! It's highly unlikely that we'll get a chance to get to it any time soon. Mark (in the forums) expressed an interest in giving it a go, but he also noted that he was having troubles getting it installed, so that doesn't really bode well...
In case you didn't see it, I did have one comment re my brief glance at the install instructions:
The only thing that jumps out at me is that in the dependencies section (I looked at Ubuntu, which should be near enough for our purposes), it suggests installing
python-dev
,python-pip
andpython-setuptools
. But it then goes on to explicitly create a python3 virtual env?! I assume that they actually mean the python3 versions of those packages. I.e.python3-dev
,python3-pip
andpython3-setuptools
.
As noted in the forums recently, Mark has a requested a Read the Docs appliance. The install instructions are noted here.