Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vvssttkk authored Jan 21, 2025
1 parent d46123b commit 9524d40
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,20 @@

in this repo u can look at default template for ds/ml/dl/.. projects or similar

## how to use
## how work

* **before creating a new project from this template, u need to install the next dependencies**

* [cookiecutter](https://github.com/cookiecutter/cookiecutter)

* linux

```bash
pip install cookiecutter
```

* macos

```bash
brew install cookiecutter
```
```bash
pip install cookiecutter
```

* [github cli](https://cli.github.com/manual/installation)

* linux

look at the [linux installation instructions](https://github.com/cli/cli/blob/trunk/docs/install_linux.md)

* macos

* install

```bash
brew install gh
```
* upgrade
look at the [linux installation instructions](https://github.com/cli/cli/blob/trunk/docs/install_linux.md)

```bash
brew upgrade gh
```

* **after go to the directory where u want to create your project and run**

Expand Down

0 comments on commit 9524d40

Please sign in to comment.