Skip to content

Commit

Permalink
Update in readme on how to build and test with nim.
Browse files Browse the repository at this point in the history
  • Loading branch information
root-11 committed Nov 16, 2023
1 parent ad6f56d commit a3d4a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ Usage: `>>> from tablite import Table`

```
install nim >= 2.0.0
chmod +x ./build.sh
run ./build.sh
chmod +x ./build_nim.sh
run ./build_nim.sh
```
Should the default nim not be your desired taste, please use `nims atlas` environment manager and run `source nim-2.0.0/activate.sh`` on UNIX and `nim-2.0.0/activate.bat`
Should the default nim not be your desired taste, please use `nims` environment manager (`atlas`) and run `source nim-2.0.0/activate.sh` on UNIX or `nim-2.0.0/activate.bat` on windows.

```
install python >= 3.8
Expand Down

0 comments on commit a3d4a0c

Please sign in to comment.