From dcf5a46577dcf781a37b7019eaf9bf2cb599f0d7 Mon Sep 17 00:00:00 2001 From: Dostkamp <4895210+Iso5786@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:53:58 +0100 Subject: [PATCH] Update README.md Updated to Python 3.9 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 285b0b93..b34eb8e7 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ TODO: can we run the server so it reboots on detecting changes instead of having Prerequisites: * git -* python 3.8 +* python 3.9 * mysql * [cairo](https://www.cairographics.org/download/) (SVG utility) @@ -84,14 +84,14 @@ Prerequisites: #### System-specific requirements: * OS X: [XCode Command line tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/) * Ubuntu 12.04 (install packages with apt-get): git, git-core, python-virtualenv, gcc, python-pip, python-devel, libjpeg-turbo, libjpeg-turbo-devel, zlib-devel, mariadb-devel, openldap-devel, cyrus-sasl-devel, swig, libxslt-devel, automake, autoconf, libtool, libffi-devel -* CentOS 7.x (install packages with yum): git, git-core, python-virtualenv, gcc, python-pip, python-devel, libjpeg-turbo, libjpeg-turbo-devel, zlib-devel, mariadb-devel, openldap-devel, cyrus-sasl-devel, swig, libxslt-devel, automake, autoconf, libtool, libffi-devel +* Fedora / Rocky 9.x (install packages with dnf): git, git-core, python-virtualenv, gcc, python-pip, python-devel, libjpeg-turbo, libjpeg-turbo-devel, zlib-devel, mariadb-devel, openldap-devel, cyrus-sasl-devel, swig, libxslt-devel, automake, autoconf, libtool, libffi-devel Note: some of these packages would introduce additional security considerations if left installed on a server used in production. ### Create project directory and environment * `mkdir edubadges && cd edubadges` -* `python3.8 -m venv .venv` +* `python3.9 -m venv .venv` * `source .venv/bin/activate` *Activate the environment (each time you start a session working with the code)* *Obtain source code and clone into code directory* @@ -174,4 +174,4 @@ Set these values in your settings_local.py file to configure the application to ### Swagger http://127.0.0.1:8000/api/schema/swagger-ui/ -https://api-test.edubadges.nl/api/schema/swagger-ui +https://api.edubadges.nl/api/schema/swagger-ui