From 45a89e1343dd13ea347d59b081591448cf1c596a Mon Sep 17 00:00:00 2001 From: Matthew Mould Date: Tue, 10 Jan 2023 19:37:07 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2dc7d0c..7b74a3a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Wrappers based on [parmap](https://github.com/zeehio/parmap) for multiprocessing While parmap includes these extensions and a progress bar, it is built on the default [multiprocessing](https://docs.python.org/3/library/multiprocessing.html) library. The multiprocessing/pools module in pathos includes enhanced serialization to allow multiprocessing of, e.g., lambda functions, class methods, etc. +## Installation + +You can `pip install tqdm-pathos'. + ## Usage A pool with an automatically detected number of cores is set up by default. To choose the number of cores, use the `n_cpus` kwarg. From d3756542f1d3c2f9d5d17643f2599ef35c98c0da Mon Sep 17 00:00:00 2001 From: Matthew Mould Date: Tue, 10 Jan 2023 19:37:22 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b74a3a..1644518 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ While parmap includes these extensions and a progress bar, it is built on the de ## Installation -You can `pip install tqdm-pathos'. +You can `pip install tqdm-pathos`. ## Usage