Skip to content

Commit

Permalink
doc: udpate installation instruction in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-cui committed Oct 11, 2023
1 parent 457cbfd commit 44e96cf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@ the project, although most of the important commands will be provided in `Makefi

First **create the fork repository and clone** to your local machine.

2. Virtual python workspace: `conda`.

A `environment.yml` file is provided to easily create a virtual environment
named `sopht-env`. The user may modify the name as necessary.
2. Set up virtual python workspace: `conda`.

```bash
conda env create -f environment.yml
conda create -n sopht-env
conda activate sopht-env
conda install python=3.10
```

3. Set up `dependencies`!

```bash
make poetry-install
make install
make pre-commit-install
```
Expand Down

0 comments on commit 44e96cf

Please sign in to comment.