Skip to content

Commit

Permalink
instructions reording
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Sep 13, 2024
1 parent 6a9d498 commit 70ab159
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,17 @@ Note: The VM desktop resolution can be changed at "Preferences->LXQt Settings->M
### Option 2
1. Install [Anaconda](https://docs.anaconda.com/free/anaconda/install/linux/) or [Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/) for Linux if it is not already installed. If you are unsure which one to choose, check [here](https://docs.anaconda.com/free/distro-or-miniconda/). Note that for the purpose of running INSPIRED, either one will work.

2. With conda initiated, run the following commands in the project's root directory:
2. Go to a location where you would like to install the program (e.g., $HOME/software), run:

`git clone https://github.com/cyqjh/inspired.git`

After the download, you should see a folder named “inspired”. Go to the folder by running:

`cd inspired`

(Note: to get updated code in the future, you can simply run “git pull” in this folder)

3. With conda initiated, run the following commands in the project's root directory (inspired):

.. code-block:: shell

Expand All @@ -104,16 +113,6 @@ Note: The VM desktop resolution can be changed at "Preferences->LXQt Settings->M

pip install -e . --no-deps

3. Go to a location where you would like to install the program (e.g., $HOME/software), run:

`git clone https://github.com/cyqjh/inspired.git`

After the download, you should see a folder named “inspired”. Go to the folder by running:

`cd inspired`

(Note: to get updated code in the future, you can simply run “git pull” in this folder)

4. To download the latest DFT database and ML models from Zenodo and extract the files, run:

`wget https://zenodo.org/records/11478889/files/dftdb.tar.gz`
Expand Down

0 comments on commit 70ab159

Please sign in to comment.