Skip to content

Commit

Permalink
fix: update install instruction - conda create
Browse files Browse the repository at this point in the history
  • Loading branch information
joeywwwu committed Jan 31, 2024
1 parent 3f7e104 commit 46b942b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Clone a copy of [this repository](https://github.com/UBC-MDS/hexdropper) onto yo

#### Setting up a Conda Environment

We recommend creating an isolated conda environment on your local machine to test and develop the package. To create a conda environment for this project, type in the below command in your terminal, replacing `[your_env_name]` with your desired environment name (e.g., hexdropper)
We recommend creating an isolated conda environment on your local machine to test and develop the package. To create a conda environment for this project, type in the below command in your terminal.

```
$ conda create --name [your_env_name] python=3.9 -y
$ conda create --name hexdropper python=3.9 -y
```

#### Using Poetry for Package Management
Expand Down

0 comments on commit 46b942b

Please sign in to comment.