Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 6f5f3d5

Browse files
committed
README
1 parent dac0762 commit 6f5f3d5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tilde is an intelligent data organizer and Python framework for computational (*
55

66
## Installation
77

8-
System packages ```build-essential python-dev libffi-dev``` (-dev or -devel) should be present. Set up Python virtualenv inside the Tilde folder and activate it:
8+
System packages ```build-essential python-dev libffi-dev``` (-dev or -devel) should be present. [Set up Python virtualenv](https://virtualenv.readthedocs.org) inside the Tilde folder and activate it with the command:
99

1010
```shell
1111
. bin/activate
@@ -31,6 +31,12 @@ For example, to scan folder(s) recursively (-r), with terse print (-t), showing
3131
./utils/tilde.sh /home/user/work1 /home/work2 -r -t -v -a
3232
```
3333

34+
Other example: for the perovskite structures, extract the distortion of the MO6-octahedra wrt cubic phase (in Euler angles) and detailed calculation info:
35+
36+
```shell
37+
./utils/tilde.sh tilde/apps/perovskite_tilting/tests/outputs -m perovskite_tilting -i
38+
```
39+
3440
## GUI
3541

3642
In progress
@@ -90,8 +96,3 @@ Tilde adopts the principle of open data, open source code and open standards dec
9096
## Contact
9197

9298
Please, send your feedback, bugreports and feature requests via [email](mailto:eb@tilde.pro), [Twitter](http://twitter.com/tildepro) or [GitHub](http://github.com/tilde-lab/tilde/issues).
93-
94-
## Links
95-
96-
- http://github.com/tilde-lab/tilde
97-
- http://twitter.com/tildepro

0 commit comments

Comments
 (0)