aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxbian <oxbian@noreply.localhost>2023-10-23 21:27:34 +0200
committerOxbian <oxbian@noreply.localhost>2023-10-23 21:27:34 +0200
commit572b4ef237de3e98fd94ba96800b4fffb73233fa (patch)
tree8995b49e7adc633beedbaa30f99e693f09fb07b9
parentab2947bceda6e685181d98199ab4be06a15d6c81 (diff)
downloadblog-generator-572b4ef237de3e98fd94ba96800b4fffb73233fa.tar.gz
blog-generator-572b4ef237de3e98fd94ba96800b4fffb73233fa.zip
Actualiser README.md
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 51a659c..0cf1d9d 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,22 @@ There is two solutions:
### First solution virtual env
You can create a [virtual python environment](https://docs.python.org/3/library/venv.html)
-```bash
+```sh
python -m venv .venv
```
+
and install the `requirements.txt`
-```bash
-pip intall -r requirements.txt
+```sh
+.venv/bin/pip install -r requirements.txt
```
### Second solution install on your global python
Don't create / use virtual env, just install the requirements on your global python.
-```bash
-pip intall -r requirements.txt
+```sh
+pip install -r requirements.txt
```
## How to use it
ArKa projects. All rights to me, and your next child right arm.