Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Avendano-Franco committed Sep 15, 2021
1 parent 50811bf commit e74341d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ changes to `(pychemia_ve)...$`. Now, install pychemia
with pip

```bash
pip install pychemia
python3 -m pip install pychemia
```

Installing with pip from a cloned repo on a virtual environment
Expand All @@ -87,7 +87,7 @@ git clone https://github.com/MaterialsDiscovery/PyChemia.git
Finally, install from the repo folder

```bash
pip install PyChemia
python3 -m pip install PyChemia
```

Using PyChemia from repo folder on a virtual environment
Expand Down Expand Up @@ -116,15 +116,15 @@ execute `setup.py` to build the Cython modules.

```bash
cd PyChemia
pip install Cython
python3 -m pip install Cython
python3 setup.py build_ext --inplace
python3 setup.py build
```

Finally, install the packages required for PyChemia to work

```bash
pip install -r requirements.txt
python3 -m pip install -r requirements.txt
```

Set the variable $PYTHONPATH to point to PyChemia folder, in the case of bash it will be:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description_file = README.md
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"email": "[email protected]",
"status": "Development",
"copyright": "Copyright 2021",
"version": "0.21.5.17",
"date": "May 17, 2021"
"version": "0.21.9.15",
"date": "September 15, 2021"
}

0 comments on commit e74341d

Please sign in to comment.