Fixed Windows activation documentation#5255
Merged
squidfunk merged 2 commits intosquidfunk:masterfrom Apr 7, 2023
Commandcracker:patch-1
Merged
Fixed Windows activation documentation#5255squidfunk merged 2 commits intosquidfunk:masterfrom Commandcracker:patch-1
squidfunk merged 2 commits intosquidfunk:masterfrom
Commandcracker:patch-1
Conversation
On Windows, the activation script is stored in `venv/Scripts/activate` I hope the OS selection menu works, a test of it might be needed
squidfunk
requested changes
Mar 31, 2023
| 1. Your terminal should now print `(venv)` before the prompt, which is | ||
| how you know that you are inside an environment. | ||
|
|
||
| === ":material-linux: Linux" |
Owner
There was a problem hiding this comment.
Please create separate tabs for macOS, Windows and Linux, as we did here:
https://squidfunk.github.io/mkdocs-material/setup/dependencies/image-processing/#cairo-graphics
Source is here:
https://github.com/squidfunk/mkdocs-material/blob/master/docs/setup/dependencies/image-processing.md
Contributor
Author
There was a problem hiding this comment.
I already did it, but should I cahnge Linux to Linux, macOS ?
Owner
There was a problem hiding this comment.
Yes, please stick to the format mentioned in the links
squidfunk
approved these changes
Apr 7, 2023
Owner
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On Windows, the activation script is stored in
venv/Scripts/activateI hope the OS selection menu works, a test of it might be needed