Skip to content

Commit

Permalink
set to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llpeterson committed Jun 6, 2022
1 parent 1e2dc62 commit fc98c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ To build a web-viewable version, you first need to download the source:

.. code:: shell
$ mkdir ~/tcpcc
$ cd ~/tcpcc
$ mkdir ~/systemsapproach
$ cd ~/systemsapproach
$ git clone https://github.com/SystemsApproach/tcpcc.git
$ cd tcpcc
The build process is stored in the Makefile and requires Python be
installed. The Makefile will create a virtualenv (``venv_docs``) which
installed. The Makefile will create a virtualenv (``venv-docs``) which
installs the documentation generation toolset. You may also need to
install the ``enchant`` C library using your system’s package manager
for the spelling checker to function properly.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 1.0-dev
Version 1.0

0 comments on commit fc98c34

Please sign in to comment.