Skip to content

Commit

Permalink
More clarifications of the current project status.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 28, 2015
1 parent f5e4ff3 commit 42c068f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,22 @@ It *doesn't* currently support:

* Generators

* with statements

* Dict and Set constants

* ``exec()``/``eval()``

These things should all be *possible* - it's just a matter of time
These things are all *possible* - it's just a matter of time
and development effort.

Quickstart
----------

Using Python 3.4, install ``voc``, then run the example script::
Using Python 3.4, install ``voc``, then run it over your python script::

$ pip install voc
$ python -m voc tests/example.py
$ python -m voc path/to/your/example.py
Creating class 'example'...
Writing example.class...
Done.
Expand Down

0 comments on commit 42c068f

Please sign in to comment.