From 3800c269b3e33a5b0b7d04c4a6b9c34bfb4c6371 Mon Sep 17 00:00:00 2001 From: Mad Cat <86168297+MadCat9958@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:02:31 +0300 Subject: [PATCH 1/3] Add pip command for installing melisa --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 698ea6f..0f32119 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,10 @@ We are going to create really cool cache configuration, so don't worry about the --- ## Install MelisaPy -NOTE: Currently, installation is only possible using GitHub - +```commandline +pip install melisa +``` +Or, alternatively: ```commandline pip install git+https://github.com/MelisaDev/melisa ``` From d6e840e9617ae592358f8310baa8ce11e56e6088 Mon Sep 17 00:00:00 2001 From: Mad Cat <86168297+MadCat9958@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:09:49 +0300 Subject: [PATCH 2/3] Add comments for install methods in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f32119..93bd431 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,11 @@ We are going to create really cool cache configuration, so don't worry about the --- ## Install MelisaPy +Installing from PyPi: ```commandline pip install melisa ``` -Or, alternatively: +Installing from Git: ```commandline pip install git+https://github.com/MelisaDev/melisa ``` From 2c707df4f8fc6d2fac26c47f2e20e48cad67f76d Mon Sep 17 00:00:00 2001 From: Mad Cat <86168297+MadCat9958@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:20:39 +0300 Subject: [PATCH 3/3] Add README formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93bd431..fa4731f 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ We are going to create really cool cache configuration, so don't worry about the --- ## Install MelisaPy -Installing from PyPi: +### Installing from PyPi: ```commandline pip install melisa ``` -Installing from Git: +### Installing from Git: ```commandline pip install git+https://github.com/MelisaDev/melisa ```