Use build instead of setup.py
[mudpy.git] / doc / source / install.rst
index c3c93e8..016fd50 100644 (file)
@@ -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