Skip to content

Commit

Permalink
MOD: rewrite formats of readme.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moguf committed Aug 24, 2016
1 parent 5536d6e commit b7d2125
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. -*- mode: rst -*-
|Travis|_ |Coveralls|_ |Python35|_
|Travis|_ |Coveralls|_ |Python35|

.. |Travis| image:: https://travis-ci.org/Moguf/cafepy.svg?branch=master
.. _Travis: https://travis-ci.org/Moguf/cafepy
Expand All @@ -20,44 +20,44 @@ Requirements

- python3 >= 3.5.1

* Install virtualenv. (RECOMMEND:for protecting your Home environment.)

RECOMMEND
---------

Install virtualenv. (RECOMMEND:for protecting your Home environment.) ::

python3 -m pip install -U pip setuptools
python3 -m pip install virtualenv
# or
pip3 install virtualenv
# or
pip3 install virtualenv
```
* activate virtualenv
```bash
virtualenv -p python3 venv
source venv/bin/activate
# Removing virtual environment
# (venv) deactivate
```

* activate virtualenv::

virtualenv -p python3 venv
source venv/bin/activate
# Removing virtual environment
# (venv) deactivate


Set Up
------
::
python3 -m pip install -r requirements.txt
# or
pip3 install -r requirements.txt

```bash
python3 -m pip install -r requirements.txt
# or
pip3 install -r requirements.txt
```

build & install
---------------

```
cd cafepy
python3 setup.py build
python3 setup.py install
```
::
cd cafepy
python3 setup.py build
python3 setup.py install

Example
-------
::
python3 -m cafepy com -f filename.dcd -o output.file

```bash
python3 -m cafepy com -f filename.dcd -o output.file

```

0 comments on commit b7d2125

Please sign in to comment.