[PyPI] Packaging for PyPI distribution (#140)

This commit is contained in:
Woosuk Kwon
2023-06-05 20:03:14 -07:00
committed by GitHub
parent 456941cfe4
commit 376725ce74
12 changed files with 72 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ You can install CacheFlow using pip:
$ conda activate myenv
$ # Install CacheFlow.
$ pip install cacheflow
$ pip install cacheflow # This may take 5-10 minutes.
.. _build_from_source:
@@ -46,5 +46,4 @@ You can also build and install CacheFlow from source.
$ git clone https://github.com/WoosukKwon/cacheflow.git
$ cd cacheflow
$ pip install -r requirements.txt
$ pip install -e . # This may take 5-10 minutes.