Skip to content

Commit

Permalink
u180324
Browse files Browse the repository at this point in the history
  • Loading branch information
peterropac committed Mar 18, 2024
1 parent 50af79e commit aafff17
Showing 1 changed file with 83 additions and 44 deletions.
127 changes: 83 additions & 44 deletions Code/examples/aegolius_install.ipynb
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Clone the repository to a directory"
],
"# GitHub"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "rtpMWdVd6O2J"
}
},
"source": [
"Clone the repository to a directory"
]
},
{
"cell_type": "code",
Expand All @@ -36,64 +29,110 @@
},
{
"cell_type": "markdown",
"source": [
"To install the package in Google Colab or something similar use the following:"
],
"metadata": {
"id": "SVDQo5Vk6VNf"
}
},
"source": [
"To install the package in Google Colab or something similar use the following:"
]
},
{
"cell_type": "code",
"source": [
"%pip install -e Aegolius/Code/spomso"
],
"execution_count": null,
"metadata": {
"id": "wTtj8zhkm-e4"
},
"execution_count": null,
"outputs": []
"outputs": [],
"source": [
"%pip install -e Aegolius/Code/spomso"
]
},
{
"cell_type": "markdown",
"source": [
"To install locally open the terminal, navigate to the correct directory and install from there with PIP:"
],
"metadata": {
"id": "34QjB0KK6kFX"
}
},
"source": [
"To install locally open the terminal, navigate to the correct directory and install from there with PIP:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "QZ2DYrz36gp5"
},
"outputs": [],
"source": [
"cd Aegolius/Code/spomso\n",
"pip install ."
],
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "QZ2DYrz36gp5"
"id": "Vb2Dotho7BCn"
},
"source": [
"Test if the package was installed successfully:"
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": []
"metadata": {},
"outputs": [],
"source": [
"import spomso"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Test if the package was installed successfully:"
],
"metadata": {
"id": "Vb2Dotho7BCn"
}
"# PIP "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import spomso"
],
"%pip install SPOMSO"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Test if the package was installed successfully:"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"id": "VwML4ruCn993"
},
"execution_count": 4,
"outputs": []
"outputs": [],
"source": [
"import spomso"
]
}
]
}
],
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit aafff17

Please sign in to comment.