Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KindXiaoming authored Apr 28, 2024
1 parent 1f0e6b9 commit ab73552
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ab73552

Please sign in to comment.