Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adj steps
  • Loading branch information
pdwaggoner authored Nov 15, 2024
1 parent 71f6ed7 commit 2bfe0b4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,41 @@ Though the current code is still in pre-pypi submission form, users are still we

```bash
cd Desktop # optional
```

```bash
git clone https://github.com/Hammerling-Research-Group/placement.git
```

```bash
cd placement
```

```bash
conda env update -f root_environment.yml # optional *if* run before
```

```bash
git clone https://github.com/rykerfish/FastGaussianPuff.git
```

```bash
cd FastGaussianPuff
```

```bash
conda env update -f environment.yml # optional *if* run before
```

```bash
conda activate gp
```

```bash
pip install .
```

```bash
cd ..
```

Expand Down

0 comments on commit 2bfe0b4

Please sign in to comment.