From 0eb838b067f32b20b85b78912ed33b62c8fdce25 Mon Sep 17 00:00:00 2001 From: Frederick Ros Date: Tue, 25 Jan 2022 06:02:53 +0100 Subject: [PATCH] Differentiate Windows and MacOS/*nix usage of virtual env env is using a specific syntax on Windows and MacOS/*nix --- README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e326f73..06ac824 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,31 @@ # cBot-Project -Mise en place du projet: ->git clone https://github.com/CryptoRobotFr/cBot-Project.git +## Mise en place du projet: +```bash +git clone https://github.com/CryptoRobotFr/cBot-Project.git +``` -Installation des dépendances: ->pip install -r requirements.txt +## Installation des dépendances: +```bash +pip install -r requirements.txt +``` -Utilisation d'un environnement virtuel (recommandé): ->python -m venv .venv +## Utilisation d'un environnement virtuel (recommandé): + +### Windows +```PowerShell +python -m venv .venv .venv\Scripts\activate pip install -r .\requirements.txt +``` + +### Linux/MacOS +```bash +python -m venv .venv +source .venv/bin/activate +pip install -r ./requirements.txt +``` + Si vous souhaitez nous soutenir financièrement pour le développement des projets CryptoRobot voici une adresse de donnation: