Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnie/hmmmarkov
Project n1 for Internet modelling lecture
https://github.com/mnie/hmmmarkov
expecto fsharp internet-modelling netcore politechnikagdanska
Last synced: 2 days ago
JSON representation
Project n1 for Internet modelling lecture
- Host: GitHub
- URL: https://github.com/mnie/hmmmarkov
- Owner: MNie
- License: apache-2.0
- Created: 2017-05-03T23:15:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T18:57:15.000Z (over 7 years ago)
- Last Synced: 2023-10-20T21:52:02.030Z (about 1 year ago)
- Topics: expecto, fsharp, internet-modelling, netcore, politechnikagdanska
- Language: F#
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HMMMarkov
Project n1 for Internet modelling lecture# How to run
1. Install dotnet core on your machine (You could download it from [here](https://www.microsoft.com/net/core#windowsvs2017))
2. Clone repository
3. Go to folder test
4. run `dotnet restore`
5. run `dotnet run` or `dotnet watch run`