From ab73552c105ca74553d7566a0853b8164ad18edc Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Sat, 27 Apr 2024 20:27:35 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 12e429b3..a8b7a26d 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,6 @@ Kolmogorov-Arnold Networks (KANs) are promising alternatives of Multi-Layer Perc ## Installation There are two ways to install pykan, through pypi or github. -**Installation via pypi** - -```python -pip install pykan -``` - **Installation via github** ```python @@ -25,6 +19,13 @@ cd pykan pip install -e . ``` +**Installation via pypi (soon)** + +```python +pip install pykan +``` + + To install requirements: ```python pip install -r requirements.txt