Skip to content

Commit

Permalink
clean: small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tos-kamiya committed Oct 17, 2024
1 parent 828ef70 commit a71f1c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ pip uninstall dendro-text

**To enable jit compilation by Numba, install it according to the instructions on [Numba website](https://numba.pydata.org/).**

Note that the installation of Numba differs for each platform. For example, on Ubuntu 20.04, in addition to installing numba with pip, the following is required:
Note that the installation of Numba differs for each platform. For example, on Ubuntu 20.04, in addition to installing `numba` with pip:

```sh
pip install numba
```

The following is required:

```sh
sudo apt install python3-testresources
Expand Down
1 change: 0 additions & 1 deletion dendro_text/commands.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from sre_constants import IN
from typing import Callable, Dict, List, Optional, Tuple, TypeVar

import os.path
Expand Down

0 comments on commit a71f1c2

Please sign in to comment.