Skip to content

Commit

Permalink
remove all setup target
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Jan 1, 2024
1 parent af501a3 commit d752345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ KlongPy is a Python adaptation of the [Klong](https://t3x.org/klong) [array lang

# Quick install

`pip3 install klongpy[all]`
`pip3 install "klongpy[full]"`

# Overview

Expand Down Expand Up @@ -167,7 +167,7 @@ Run (GPU)

### All application tools (db, web, REPL, etc.)

$ pip3 install klongpy[all]
$ pip3 install "klongpy[full]"


# REPL
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

# full feature set extras
extra_requires['full'] = extra_requires['repl'] + extra_requires['web'] + extra_requires['db'] + extra_requires['ws']
extra_requires['all'] = extra_requires['full']

setup(
name='klongpy',
Expand Down

0 comments on commit d752345

Please sign in to comment.