You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit the [official Python downloads page](https://www.python.org/downloads/ "Python download page") and download the desired version of `Python 3`. Run the downloaded package and follow the installation wizard. Check the previous command to ensure python is installed successfully on the machine.
92
+
Visit the [official Python downloads page](https://www.python.org/downloads/ "Python download page") and download the desired version of `Python 3`. Run the downloaded package and follow the installation wizard. Check the previous command to ensure python is installed successfully on the machine. Make sure you selectthe option to \`Add Python to PATH\` during installation.
93
+
94
+

93
95
94
-
***Note:*** You may need to add Python to `PATH`if you’ve installed Python, but typing `python` on the command line doesn’t seem to work. Follow instructions [here](https://realpython.com/add-python-to-path/ "Add Python path").
96
+
***Note:*** You will need to add Python to `PATH`if you’ve installed Python but did not selectthat option, follow instructions [here](https://realpython.com/add-python-to-path/ "Add Python path") to amend that.
<p>Visit the <ahref="https://www.python.org/downloads/" title="Python download page">official Python downloads page</a> and download the desired version of <code>Python 3</code>. Run the downloaded package and follow the installation wizard. Check the previous command to ensure python is installed successfully on the machine.</p>
264
-
<p><strong><em>Note:</em></strong> You may need to add Python to <code>PATH</code> if you’ve installed Python, but typing <code>python</code> on the command line doesn’t seem to work. Follow instructions <ahref="https://realpython.com/add-python-to-path/" title="Add Python path">here</a>.</p>
263
+
<p>Visit the <ahref="https://www.python.org/downloads/" title="Python download page">official Python downloads page</a> and download the desired version of <code>Python 3</code>. Run the downloaded package and follow the installation wizard. Check the previous command to ensure python is installed successfully on the machine. Make sure you select the option to `Add Python to PATH` during installation.</p>
<p><strong><em>Note:</em></strong> You will need to add Python to <code>PATH</code> if you’ve installed Python but did not select that option, follow instructions <ahref="https://realpython.com/add-python-to-path/" title="Add Python path">here</a> to amend that.</p>
<li><p><strong>Verify Your Email</strong>: Fill all the required information and click on the <code>Sign Up</code> button. After creating your account, you’ll receive a verification email. Open the email and click on the verification link to confirm your email address.</p></li>
493
499
<li><p><strong>Log in to Your Account</strong>: Once your email is verified, go back to <ahref="https://www.shinyapps.io/" title="Shinyapps.io website">Shinyapps.io website</a> and click on the <code>Log In</code> button in the top right corner. Enter your credentials to log in to your account.</p></li>
494
500
<li><p><strong>Select Account name:</strong> The first time you sign in, shinyapps.io prompts you to set up your account. <code>shinyapps.io</code> uses the account name as the domain name for all of your apps. Account names <em>must be between four and 63 characters</em> and can <strong>only</strong> contain letters, numbers, and dashes (-).</p></li>
495
-
<li><p><strong>Create token:</strong> Click on the the user name on the top right of the page and select <code>Tokens</code> from the dropdown menu.</p></li>
501
+
<li><p><strong>Create token:</strong> Click on the the user name on the top right of the page and select <code>Tokens</code> from the drop down menu.</p></li>
496
502
<li><p><strong>Add token:</strong> Click on the <code>+ Add Token</code> button. It will add the new token below. Click on the <code>Show</code> button to reveal the token and the secret.</p></li>
497
503
<li><p><strong>Copy command to clipboard:</strong> Click on the <code>With Python</code> tab and click on the <code>Copy to clipboard</code> button.</p></li>
498
504
<li><p>Open your <strong><em>Terminal</em></strong> on a <code>macOS</code>/<code>Linux</code>machine or <strong><em>Windows PowerShell</em></strong>/<strong><em>Command Prompt</em></strong> on a <code>Windows</code> machine and paste the copied command and hit enter to store the credentials on your machine that will be used for deployment.</p></li>
499
-
<li><p>In the <strong><em>Terminal</em></strong> on a <code>macOS</code>/<code>Linux</code>machine or <strong><em>Windows PowerShell</em></strong>/<strong><em>Command Prompt</em></strong>, navigate to the path where your app is located and run the following command to deploy your app</p>
500
-
<divclass="sourceCode" id="cb9"><preclass="sourceCode bash sh code-with-copy"><codeclass="sourceCode bash"><spanid="cb9-1"><ahref="#cb9-1" aria-hidden="true" tabindex="-1"></a><spanclass="ex">rsconnect</span> deploy shiny . <spanclass="at">--name</span><spanclass="op"><</span>NAME<spanclass="op">></span> --title my-app</span></code><buttontitle="Copy to Clipboard" class="code-copy-button"><iclass="bi"></i></button></pre></div></li>
505
+
<li><p>In the <strong><em>Terminal</em></strong> on a <code>macOS</code>/<code>Linux</code>machine or <strong><em>Windows PowerShell</em></strong>/<strong><em>Command Prompt</em></strong>, navigate to the path where your app is located</p>
0 commit comments