Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
IMP: removes awscli from requirements.txt (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cduvallet authored Nov 17, 2023
1 parent 0ddee3b commit a6b9740
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ Welcome to the QIIME 2 developer docs!

To contribute, follow these steps:

1. Fork this repo
2. Clone your forked repo onto your computer
3. Make a new branch
1. Fork this repo
2. Clone your forked repo onto your computer
3. Make a new branch
`git checkout -b informative-branch-name`
4. Make and preview your edits
5. Commit and push your edits, and start a pull request
4. Make and preview your edits
5. Commit and push your edits, and start a pull request

# Previewing edits

This documentation is built by [sphinx](http://www.sphinx-doc.org/en/master/), which you can also use to make a local copy of the docs to preview on your computer.

First, you need to have all the requirements download. From the main repo, run
First, you need to have all of the required dependencies downloaded. From the main repo, run

```
pip install -r requirements.txt
```

This should download sphinx (plus a few other dependencies). Note that you might want to run this in a qiime2 dev environment, to keep installs separate from your main computer.
This should download sphinx. Note that you might want to run this in a qiime2 dev environment, to keep installs separate from your main computer.

To build the documentation and preview your changes, run

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Sphinx
awscli
sphinx

0 comments on commit a6b9740

Please sign in to comment.