Split into files. No more plotapp dependency

This commit is contained in:
Benoît Sierro
2023-03-21 09:19:40 +01:00
parent 81d7dceb9c
commit 6bc3e9510b
10 changed files with 964 additions and 119 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Crash course on Python installation, with a few small side tracks
# Installation
1. If not already done so, create a virtual environment to contain all the packages required. Python 3.10 is recommended. The command below will create a new environment named 'app-env' with the latest version of Python 3.10.
conda create -y -n app-env python=3.10
2. activate said environment
conda activate app-env
3. The prompt should now read '(app-env)' on the left. The app is not published on Github or anywhere else. The link below points to my own personnal home server (I didn't find any way of getting a direct download link You are now ready to install everything with this command:
pip install https://bao.dedebenui.me/s/f3KgiqMq7giN73i/download