Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Nov 12, 2023
1 parent 260c86c commit 8f77052
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,30 @@

Goal: A FastTrack python implementation with importable modules

## Poetry setup
## Installation

### Installation:
```bash
pip install git+https://github.com/JoFrhwld/fasttrackpy.git
```

## Dev Usage
### Poetry setup

#### Installation:

[https://python-poetry.org/docs/#installation](https://github.com/pyenv/pyenv)

### Python version
#### Python version

^3.9, managed by pyenv [https://github.com/pyenv/pyenv](https://github.com/pyenv/pyenv)
^3.10

### venv setup
#### venv setup

```bash
python -m venv venv
```

### Depdendencies installation
#### Depdendencies installation

```bash
poetry install
Expand Down

0 comments on commit 8f77052

Please sign in to comment.