Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG authored Mar 20, 2024
1 parent aa162fc commit 8b30e4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Based on: [[ed04ab7752]](https://github.com/gatagat/lap/tree/ed04ab7752c7c9688ddcbae534633f34ce04361f)
* License: BSD-2-Clause, see [`LICENSE`](LICENSE) @[`gatagat`](https://github.com/gatagat)

## Installation: Windows ✅ | Linux ✅ | macOS ✅
## 💽 Installation:

* Install from [PyPI](https://pypi.org/project/lapx/):

Expand All @@ -37,6 +37,8 @@

* Or clone and build on your local machine (Require C++ compiler):

<details><summary><ins>Click here to expand!</ins></summary>

```
git clone https://github.com/rathaROG/lapx.git
cd lapx
Expand All @@ -46,8 +48,10 @@
python -m build --wheel
cd dist
```

</details>

## Usage 🧪
## 🧪 Usage:

* `lapx` is just the name for package distribution.
* The same as `lap`, use `import lap` to import; for example:
Expand Down

0 comments on commit 8b30e4c

Please sign in to comment.