Skip to content

Commit

Permalink
Merge pull request #307 from eenti/master
Browse files Browse the repository at this point in the history
Updating the Readme file
  • Loading branch information
tylerdmace authored Aug 30, 2022
2 parents c052864 + 4fc3fbe commit 91c9f8b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ through simulation, with support for Monte Carlo methods, A/B testing and parame
[Previous Stable Release (No Longer Supported)](https://github.com/cadCAD-org/cadCAD/tree/b9cc6b2e4af15d6361d60d6ec059246ab8fbf6da)

## 0. Pre-installation Virtual Environments with [`venv`](https://docs.python.org/3/library/venv.html) (Optional):
If you wish to create an easy to use virtual environment to install cadCAD within, please use python's the built in `venv` package.
If you wish to create an easy to use virtual environment to install cadCAD within, please use python's built in `venv` package.

***Create** a virtual environment:*
```bash
Expand All @@ -47,7 +47,7 @@ $
## 1. Installation:
Requires [>= Python 3.6.13](https://www.python.org/downloads/)

**Option A: Install Using **[pip](https://pypi.org/project/cadCAD/0.4.28/)**
**Option A:** Install Using **[pip](https://pypi.org/project/cadCAD/0.4.28/)**
```bash
pip3 install cadCAD
```
Expand All @@ -67,6 +67,12 @@ pip3 install dist/*.whl
* [Display System Model Configurations](documentation/System_Configuration.md)

## 3. Connect:
Find other cadCAD users at our [Discourse](https://community.cadcad.org/). We are a small but rapidly growing community.
* Website: https://www.cadcad.org
* Discord: https://discord.gg/DX9uH8m4qY
* Twitter: https://twitter.com/cadcad_org
* Forum: https://community.cadcad.org
* Github: https://github.com/cadCAD-org
* Telegram: https://t.me/cadcad_org

## 4. [Contribute!](CONTRIBUTING.md)
## 4. Contribute to this repository:
Follow [this document](CONTRIBUTING.md) to start contributing!

0 comments on commit 91c9f8b

Please sign in to comment.