-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
include basic usage instructions #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the follow up here. Sorry for the wait on the review.
regarding `plot` vs `interactive`, I think we can suggest both, each with a
one-liner saying what it does. i wonder if some people are using `plot`
just to avoid the archiving that `interactive` does by default?
…On Thu, May 6, 2021 at 9:00 PM Kyle Altendorf ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Thanks for the follow up here. Sorry for the wait on the review.
------------------------------
In README.md
<#204 (comment)>:
> @@ -200,6 +200,20 @@ Installation for Linux:
4. That's it! You can now run Plotman by typing `plotman version` to verify its version.
Run `plotman --help` to learn about the available commands.
+*Note:* If you see `ModuleNotFoundError: No module named 'readline'` when using `plotman` on [RHEL based linux](#195) after installing using [chia's guide](https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#centos--red-hat--fedora), install `readline-devel` then reinstall chia starting at compiling python in a new build environment; or consider using a project like `pyenv`.
+
+## Basic Usage:
+
+1. Install
+
+2. Generate initial config
+
+3. Configure (default location ~/.config/plotman/plotman.yaml). Options explained in the default config file (step 2)
This location is OS specific. plotman config path will tell you the
actual path that will be looked for.
------------------------------
In README.md
<#204 (comment)>:
> @@ -200,6 +200,20 @@ Installation for Linux:
4. That's it! You can now run Plotman by typing `plotman version` to verify its version.
Run `plotman --help` to learn about the available commands.
+*Note:* If you see `ModuleNotFoundError: No module named 'readline'` when using `plotman` on [RHEL based linux](#195) after installing using [chia's guide](https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#centos--red-hat--fedora), install `readline-devel` then reinstall chia starting at compiling python in a new build environment; or consider using a project like `pyenv`.
+
+## Basic Usage:
+
+1. Install
+
+2. Generate initial config
+
+3. Configure (default location ~/.config/plotman/plotman.yaml). Options explained in the default config file (step 2)
+
+4. Create log directory specified in `directories: { log: "" }`
+
+5. `plotman plot`
Do we want to encourage plot or interactive? I'm not really sure...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#204 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARPZIFUTMHIZCKMIIIPYSY3TMNQWDANCNFSM436HCMYQ>
.
|
i used |
I added also, is it worth it to include something about using a tool like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, I need to start processing from the end of the PR least, not the beginning... to avoid leaving PRs like this languishing. My apologies.
I'm going to call this good. If you want to add more, feel free to follow up with another PR. Hopefully I find dev time soon so we can get away from tmux being useful but for now people seem to like it (along with screen).
include note on issue when installing plotman on rhel via chia's guide
include basic usage steps