Skip to content

Commit

Permalink
Refine project init doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 15, 2019
1 parent 9771675 commit 9d9ad4e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ Managing Obfuscated Scripts With Project

Use command ``init`` to create a project::

cd examples/pybench
pyarmor init --entry=pybench.py

It will create project configuration file :file:`.pyarmor_config` in
the current path. Or create project in another path::
pyarmor init --src=examples/pybench --entry=pybench.py projects/pybench

The project path `projects/pybench` will be created, and ther is a
:file:`.pyarmor_config` created at the same time, which is project
configuration of JSON format.
The project path `projects/pybench` will be created, and
:file:`.pyarmor_config` will be saved there.

The common usage for project is to do any thing in the project path::

Expand Down

0 comments on commit 9d9ad4e

Please sign in to comment.