Skip to content

Commit 3cda97b

Browse files
v.2.5.2.2 nightly-build
1 parent dc39bdd commit 3cda97b

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ python:
1010
- "3.7" # 3.7 development branch
1111

1212
install:
13-
- pip install octadist
13+
# - pip install octadist
14+
- pip install -i https://test.pypi.org/simple/ octadist
1415

1516
script:
1617
- cd example-py
@@ -19,4 +20,3 @@ script:
1920
- python example_3.py
2021
- python example_4.py
2122
- python example_5.py
22-

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
[![Travis-CI Test](https://img.shields.io/travis/OctaDist/OctaDist/master.svg
2-
)](https://travis-ci.org/OctaDist/OctaDist)
3-
[![Code size](https://img.shields.io/github/languages/code-size/OctaDist/OctaDist.svg)](https://github.com/OctaDist/OctaDist)
4-
[![Repo size](https://img.shields.io/github/repo-size/OctaDist/OctaDist.svg)](https://github.com/OctaDist/OctaDist)
1+
[![Travis-CI Test](https://img.shields.io/travis/OctaDist/OctaDist-PyPI/master.svg
2+
)](https://travis-ci.org/OctaDist/OctaDist-PyPI)
3+
![Python version](https://img.shields.io/pypi/pyversions/octadist.svg)
4+
![Python Wheel](https://img.shields.io/pypi/wheel/octadist.svg)
5+
![Code size](https://img.shields.io/github/languages/code-size/OctaDist/OctaDist-PyPI.svg)
6+
![Repo size](https://img.shields.io/github/repo-size/OctaDist/OctaDist-PyPI.svg)
57

68
## OctaDist
79

@@ -26,7 +28,7 @@ With the abilities of OctaDist, you can:
2628
- identify the type of octahedral coordination complexes.
2729
- compute octahedral distortion parameters.
2830
- display 3D molecule and other stuff.
29-
- implement in your or other other program easily.
31+
- implement its functionality in your or other program.
3032

3133

3234
## Getting started

example-py/example_1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
###################################################
44

55
from octadist import calc
6-
import numpy
76

87
# The first atom must be metal center atom of octahedral structure.
98
# If not, please see example_2.py for how to handle this issue.

0 commit comments

Comments
 (0)