Skip to content

Commit

Permalink
No boldface in new line
Browse files Browse the repository at this point in the history
  • Loading branch information
smburdick committed Feb 19, 2024
1 parent 2db216b commit 71693c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The rest of this document describes the technical details of getting set up to d

1. Ensure you have python 3.9 or greater installed. If not, you can find the downloads [here](https://www.python.org/downloads/).
2. Set up a virtual environment to isolate dependencies. This can be done with many different tools including [Virtualenv](https://virtualenv.pypa.io/en/latest/), [Pipenv](https://pypi.org/project/pipenv/), [Poetry](https://python-poetry.org/), and [Anaconda](https://www.anaconda.com/products/distribution). In what follows we will use Anaconda, but if you're familiar with other tools feel free to use those.
3. Set up a local version of the [Mitiq repository](https://github.com/unitaryfund/mitiq). To do this you will need to use `git` which is a version control system. If you're unfamiliar, check out the [docs](https://git-scm.com/), and learn about what the typical [`git` workflow](https://www.asmeurer.com/git-workflow/) looks like. **Make sure your local directory of mitiq is located in a different directory containing the files that make up your virtual environment.**
3. Set up a local version of the [Mitiq repository](https://github.com/unitaryfund/mitiq). To do this you will need to use `git` which is a version control system. If you're unfamiliar, check out the [docs](https://git-scm.com/), and learn about what the typical [`git` workflow](https://www.asmeurer.com/git-workflow/) looks like. Make sure your local directory of mitiq is located in a different directory containing the files that make up your virtual environment.
4. Inside the Mitiq repository (`cd mitiq`), activate a virtual environment. With conda this is done using the following command.
```
conda create --name myenv python=3
Expand Down

0 comments on commit 71693c2

Please sign in to comment.