minecraft-py / minecraft

A Minecraft-like game written in python3
GNU General Public License v3.0
157 stars 25 forks source link

Readme important update #48

Closed miguepollo closed 1 month ago

miguepollo commented 1 month ago

In the readme i have changed the pip of the system to the venv pip. And i have changed the file name requirments to requirements.

zhengxyz123 commented 1 month ago

Actually, changing system pip to venv pip is unnecessary.

You can run the following lines in bash:

$ which pip
/usr/bin/pip
$ . bin/active
<venv path>/bin/pip

The requirments is my mistake. Thank you!