X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Finstall.rst;fp=doc%2Fsource%2Finstall.rst;h=016fd50004e1ec2a5159b275a3d699e00f5323a5;hp=c3c93e863ccfb480bd12dd1bd1a7b353fa017842;hb=0076d30af100ed827f6f6d231257de304f91c55d;hpb=4d0b2ce4ca14051b2f408da5a772ad9bf3112c1f diff --git a/doc/source/install.rst b/doc/source/install.rst index c3c93e8..016fd50 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -2,7 +2,7 @@ install guide =============== -.. Copyright (c) 2020 mudpy authors. Permission to use, copy, +.. Copyright (c) 2020-2021 mudpy authors. Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. @@ -63,12 +63,12 @@ administrative privileges, configurable in the `admins limit Using ``pip`` to install in a venv or with its ``--user`` option takes care of making sure the Python package dependencies listed in -the :file:`requirements.txt` file are available, but it should be -possible to run :file:`mudpy/daemon.py` as a normal python3 script -as long as you've installed your distro's packages of the -dependencies (on Debian/Ubuntu that's python3-passlib_ and -python3-yaml_, they're probably named something similar on other -distros). +the ``options.install_requires`` field of the :file:`setup.cfg` file +are available, but it should be possible to run +:file:`mudpy/daemon.py` as a normal python3 script as long as you've +installed your distro's packages of the dependencies (on +Debian/Ubuntu that's python3-passlib_ and python3-yaml_, they're +probably named something similar on other distros). .. _python3-passlib: https://packages.debian.org/python3-passlib .. _python3-yaml: https://packages.debian.org/python3-yaml