From f6dc83af60344bb968b4266158ab8b841a070db9 Mon Sep 17 00:00:00 2001 From: Paarth Agarwal <86092410+PaarthAgarwal@users.noreply.github.com> Date: Wed, 25 Jan 2023 04:27:10 +0530 Subject: [PATCH] added specter installation step --- docs/extensions/intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/extensions/intro.md b/docs/extensions/intro.md index d7fbbfdc57..a2881fbf7e 100644 --- a/docs/extensions/intro.md +++ b/docs/extensions/intro.md @@ -64,6 +64,7 @@ Should the extension work in isolated client mode (y/n)?: n Here is how to get it to run in your development environment: pip3 install -e . + pip3 install cryptoadvance.specter python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug # Point your browser to http://localhost:25441 # Click "Choose plugins" --> rubberduck @@ -157,4 +158,4 @@ An `Extension` can also "reserve" an `Address` for future use by setting `Addres Users can also manually associate an existing `Address` with a `Service` (this is useful when the user has info that the particular `Service` api can't provide for whatever reason). -_Note: TODO: manually un-reserve an `Address` from a `Service`._ \ No newline at end of file +_Note: TODO: manually un-reserve an `Address` from a `Service`._