Skip to content

Commit

Permalink
Improves login command help (keyrings.alt)
Browse files Browse the repository at this point in the history
This adds a note to the help that the user must install the
`keyrings.alt` package for the `login` command to work on Windows.
(This is related to #64.)
  • Loading branch information
dbosk committed Jun 21, 2023
1 parent c69ec3d commit 5a9e69d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ladok3/cli.nw
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ Manages the user's LADOK login credentials. There are three ways to supply the
login credentials, in order of priority:

1) Through the system keyring: Just run `ladok login` and you'll be asked to
enter the credentials and they will be stored in the keyring.
enter the credentials and they will be stored in the keyring. Note that for
this to work on the WSL platform (and possibly on Windows), you need to
install the `keyrings.alt` package: `python3 -m pip install keyrings.alt`.

2) Through the environment: Just set the environment variables

Expand Down

0 comments on commit 5a9e69d

Please sign in to comment.