Some more linespacing fixes

pull/901/head
Chaz Larson 2 years ago committed by meisnate12
parent e64c56f4f2
commit 109701d239

@ -223,6 +223,7 @@ This walkthrough is going to use a "virtual environment", since that provides a
``` ```
If you see an error like: If you see an error like:
``` ```
Error: Command '['/home/mroche/Plex-Meta-Manager/pmm-venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1. Error: Command '['/home/mroche/Plex-Meta-Manager/pmm-venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
``` ```
@ -230,6 +231,7 @@ This walkthrough is going to use a "virtual environment", since that provides a
On Linux [which is the one platform where this was seen at this point]: On Linux [which is the one platform where this was seen at this point]:
[type this into your terminal] [type this into your terminal]
``` ```
sudo apt-get install python3.9-venv sudo apt-get install python3.9-venv
``` ```
@ -457,6 +459,7 @@ First, make a copy of the template. This is going to create a copy of the base
<summary>OS X/Linux</summary> <summary>OS X/Linux</summary>
<br /> <br />
[type this into your terminal] [type this into your terminal]
``` ```
cp config/config.yml.template config/config.yml cp config/config.yml.template config/config.yml
``` ```
@ -466,6 +469,7 @@ First, make a copy of the template. This is going to create a copy of the base
<summary>Windows</summary> <summary>Windows</summary>
<br /> <br />
[type this into your terminal] [type this into your terminal]
``` ```
copy .\config\config.yml.template .\config\config.yml copy .\config\config.yml.template .\config\config.yml
``` ```
@ -479,6 +483,7 @@ Now open the copy in an editor:
<summary>OS X/Linux</summary> <summary>OS X/Linux</summary>
<br /> <br />
[type this into your terminal] [type this into your terminal]
``` ```
nano config/config.yml nano config/config.yml
``` ```
@ -490,6 +495,7 @@ Now open the copy in an editor:
<summary>Windows</summary> <summary>Windows</summary>
<br /> <br />
[type this into your terminal] [type this into your terminal]
``` ```
notepad .\config\config.yml notepad .\config\config.yml
``` ```
@ -829,6 +835,7 @@ deactivate
<br /> <br />
[type this into your terminal] [type this into your terminal]
``` ```
cd C:\Users\mroche\Plex-Meta-Manager cd C:\Users\mroche\Plex-Meta-Manager
git checkout develop git checkout develop

Loading…
Cancel
Save