Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 634 Bytes

index.md

File metadata and controls

37 lines (23 loc) · 634 Bytes

Overview

Random Neural Network Simulator implemented in Python.

PyPI Version PyPI License

Setup

Requirements

  • Python 3.6+

Installation

Install this library directly into an activated virtual environment:

$ pip install rnnsim

or add it to your Poetry project:

$ poetry add rnnsim

Usage

After installation, the package can imported:

$ python
>>> import rnnsim
>>> rnnsim.__version__