From 8c69b41813dec18d332e5e999d5e2fe714ddd12a Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Mon, 10 Jun 2024 10:21:43 +0100 Subject: [PATCH] Update README.md conda is not stable for deepface anymore --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a5204ab..ba47407 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@
-[![PyPI Downloads](https://static.pepy.tech/personalized-badge/deepface?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi%20downloads)](https://pepy.tech/project/deepface) -[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/deepface?color=green&label=conda%20downloads)](https://anaconda.org/conda-forge/deepface) +[![Downloads](https://static.pepy.tech/personalized-badge/deepface?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi%20downloads)](https://pepy.tech/project/deepface) [![Stars](https://img.shields.io/github/stars/serengil/deepface?color=yellow&style=flat&label=%E2%AD%90%20stars)](https://github.com/serengil/deepface/stargazers) [![License](http://img.shields.io/:license-MIT-green.svg?style=flat)](https://github.com/serengil/deepface/blob/master/LICENSE) [![Tests](https://github.com/serengil/deepface/actions/workflows/tests.yml/badge.svg)](https://github.com/serengil/deepface/actions/workflows/tests.yml) @@ -35,13 +34,7 @@ The easiest way to install deepface is to download it from [`PyPI`](https://pypi $ pip install deepface ``` -Secondly, DeepFace is also available at [`Conda`](https://anaconda.org/conda-forge/deepface). You can alternatively install the package via conda. - -```shell -$ conda install -c conda-forge deepface -``` - -Thirdly, you can install deepface from its source code. +You can also install deepface from its source code. ```shell $ git clone https://github.com/serengil/deepface.git