Skip to content

Iceman9/LangEvoSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

#######################################
# Language evolution simulation project
#######################################

This is a project by Tine Kolenik & Gregor Simiè.

# Requirements:
	python 3.5+
	sphinx 1.6.1+

# How to use:
TODO


# How to generate documentation

First you need sphinx installed in your python environment. To install sphinx
to your python environment with calling the following command inside your
terminal:

pip3 install sphinx

or

pip install sphinx

Then install the rtd_docs_theme for the ReadTheDocs theme.

pip install sphinx_rtd_theme

or

pip3 install sphinx_rtd_theme

Go to src directory from TOPDIR and then call:

make html

to make html documentation.

About

Simple language evolution simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages