Skip to content

Commit

Permalink
deploy: cd11489
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Apr 1, 2024
1 parent 302fc48 commit 7a87611
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions _sources/development.rst.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Development
============
We encourage all contributions. Please see our `contribution guide first <https://github.com/punch-mission/punch-mission/blob/main/contributing.md>`_.
If you're contributing code, we recommend reading `our project-wide evelopment guide <https://github.com/punch-mission/punch-mission/blob/main/development.md>`_.


We recommend working in a virtual environment.
Expand Down
3 changes: 2 additions & 1 deletion development.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@

<section id="development">
<h1>Development<a class="headerlink" href="#development" title="Link to this heading">#</a></h1>
<p>We encourage all contributions. Please see our <a class="reference external" href="https://github.com/punch-mission/punch-mission/blob/main/contributing.md">contribution guide first</a>.</p>
<p>We encourage all contributions. Please see our <a class="reference external" href="https://github.com/punch-mission/punch-mission/blob/main/contributing.md">contribution guide first</a>.
If you’re contributing code, we recommend reading <a class="reference external" href="https://github.com/punch-mission/punch-mission/blob/main/development.md">our project-wide evelopment guide</a>.</p>
<p>We recommend working in a virtual environment.
This can be created by running <code class="docutils literal notranslate"><span class="pre">python</span> <span class="pre">-m</span> <span class="pre">venv</span> <span class="pre">venv</span></code>. Then, activate the environment with <code class="docutils literal notranslate"><span class="pre">source</span> <span class="pre">venv/bin/activate</span></code>.
You can then install the required packages with <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">-r</span> <span class="pre">requirements_dev.txt</span></code>.</p>
Expand Down
Loading

0 comments on commit 7a87611

Please sign in to comment.