Skip to content

Commit

Permalink
Fix installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixalcacer committed Apr 28, 2023
1 parent 11e623d commit 606948f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/getting_started/installation.md
Expand Up @@ -2,15 +2,17 @@

Archetypes is a Python package that can be installed either from PyPI or from its source code. Below are the steps to install Archetypes:

## Installation from Source Code (Github Repository)
## Installation from PyPI

To install Archetypes from its source code, you need to clone its Github repository and run the installation command. Follow the steps below:
To install Archetypes from PyPI, run the following command in your terminal:

```shell
python -m pip install archetypes
```

## Source Code (Github repository)
## Installation from Source Code (Github Repository)

To install Archetypes from its source code, you need to clone its Github repository and run the installation command. Follow the steps below:

```shell
git clone https://github.com/aleixalcacer/archetypes
Expand Down

0 comments on commit 606948f

Please sign in to comment.