Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
From your home directory, install PolyConstruct from Git:

```
cd ~
git clone https://github.com/OMaraLab/polyconstruct.git
```

Expand All @@ -19,12 +20,15 @@ conda create --name polyconstruct-env
conda activate polyconstruct-env

pip install -r requirements.txt
```

If you recieve an error in the last step, it may be from the Python version on
your computer setup, as PolyTop has a strict requirement for version 3.10. Run
the below commands then repeat `pip install -r requirements.txt` :

# polytop requires python 3.10
# you may need to install python=3.10 before you are able to install requirements (as per above), depending on your setup
```
conda uninstall python
conda install "python=3.10"

```

Then, build the PolyTop, PolyConf and PolyBuild packages:
Expand Down
900 changes: 0 additions & 900 deletions README_worked-examples.ipynb

This file was deleted.

Loading