mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
205 stars 44 forks source link

Wiki install not the same as install.md #135

Closed Tellik closed 2 years ago

Tellik commented 2 years ago

Just to let you know,

xclip does not (always) install the correct (or any) version of the pyperclip module.

It required an extra step of:

sudo python -m pip install pyperclip

to ensure that pyperclip was installed to the correct version. This could be just me, but I am on a fairly stable/updated standard installation of Manjaro Linux.

Column01 commented 2 years ago

pyperclip was added to the requirements.txt file as part of the install process, the commit mentioned that you need to update your dependencies which also includes installing the python modules. My apologizes for the confusion

Tellik commented 2 years ago

Ah, got it. I was following the install.md. I see where you're talking about now the requirements.txt in the Wiki pages.

That's where the confusion is, the main facing install instructions aren't the same as the wiki install instructions.

Column01 commented 2 years ago

Oh! shoot. I will have to look into updating that, that's my bad.

Column01 commented 2 years ago

OK should be updated now. Will probably move links and such to point there instead, thanks for making me aware of this, totally forgot the wiki was a thing and it should have already been up to date.