Skip to content

Commit

Permalink
Merge branch '0.0.X' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-pv committed Jan 16, 2022
2 parents 1e98e49 + f70755b commit 1e486f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@
```bash
$ pip install pyiwe
```

`*.whl` file from PyPi does not include terminal TNT. To install it, open python in terminal mode and import `pyiwe`
2. conda:
```bash
$ conda install -c alexander-pv pyiwe
```
The package file from PyPi or conda does not include terminal TNT. To install it, open python in terminal mode and import `pyiwe`
package.

```bash
$ python
$ >>> import pyiwe
```

2. From source:
3. From source:

```bash
$ git clone [email protected]:alexander-pv/pyiwe.git && cd pyiwe
Expand Down
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ Installation
$ pip install pyiwe
``*.whl`` file from PyPi does not include terminal TNT. To install it,
open python in terminal mode and import ``pyiwe`` package.
2. conda:

.. code:: bash
$ conda install -c alexander-pv pyiwe
The package file from PyPi or conda does not include terminal TNT. To
install it, open python in terminal mode and import ``pyiwe`` package.

.. code:: bash
$ python
$ >>> import pyiwe
2. From source:
3. From source:

.. code:: bash
Expand Down

0 comments on commit 1e486f8

Please sign in to comment.