Skip to content

Commit 06b08de

Browse files
pre-commit-ci[bot]lwasser
authored andcommitted
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent dbc77cd commit 06b08de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_posts/2024-06-25-create-your-first-python-package-scipy-2024.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ comments: true
1818
## Create Your First Python Package: Make Your Python Code Easier to Share and Use
1919

2020
* **What:** A hands-on workshop, titled: [Create Your First Python Package: Make Your Python Code Easier to Share and Use](https://cfp.scipy.org/2024/talk/QT9GBY/)
21-
* **Where:** [SciPy 2024](https://www.scipy2024.scipy.org/), Room 316
22-
* **When:** Tuesday, July 9th, 2024, from 13:30--17:30 Pacific
21+
* **Where:** [SciPy 2024](https://www.scipy2024.scipy.org/), Room 316
22+
* **When:** Tuesday, July 9th, 2024, from 13:30--17:30 Pacific
2323

2424
## Event overview
2525

@@ -35,22 +35,22 @@ You will leave this tutorial understanding how to:
3535
* How to write functions in Python
3636
* How to use a Python environment manager of your choosing
3737

38-
## What you need installed
38+
## What you need installed
3939
* Python
4040
* An environment manager
4141
* Hatch
4242

4343
### Install Python using `conda` and the `conda-forge` channel
4444
*These instructions were adapted from the [Install Python Using Conda & Conda-forge - Mambaforge post](https://datascienceskills.org/install-python-science-conda/) from Leah Wasser and Jenny Palomino, originally posted on [datascienceskills.org](http://datascienceskills.org).*
4545

46-
#### For Mac users
46+
#### For Mac users
4747
*For homebrew users*
4848
* Find directions for installing homebrew here.
4949
* If you have homebrew installed, then the easiest way to install mambaforge is to use: `brew install mambaforge`
5050

5151
*If you don’t have homebrew*
5252
* Download a mamba installer and use bash to install mambaforge:
53-
* Download the installer: [Mambaforge installer for Mac](https://github.com/conda-forge/miniforge#mambaforge).
53+
* Download the installer: [Mambaforge installer for Mac](https://github.com/conda-forge/miniforge#mambaforge).
5454
* Note that if you have a newer mac with an M1 or M2 chip, then you will want to install the Apple Silicon version: OS X arm64 (Apple Silicon) Mambaforge-MacOSX-arm64. If you have an older mac use: OS X x86_64 Mambaforge-MacOSX-x86_64
5555
* In your Terminal window, cd to the location of the download file. Run: `bash Mambaforge3-latest-MacOSX-modify-filename-here.sh`
5656
* Follow the prompts on the installer screens.
@@ -110,7 +110,7 @@ Once you have installed Hatch, you will want to customize the configuration. Hat
110110
While you can update the `config.toml` file through the command line, it might be easier to look at it and update it in a text editor if you are using it for the first time.
111111

112112
1. Open and edit your `config.toml` file by either:
113-
* Running `hatch config explore` in your shell, which will open up a directory window that will allow you to double click on the file and open it in your favorite text editor.
113+
* Running `hatch config explore` in your shell, which will open up a directory window that will allow you to double click on the file and open it in your favorite text editor.
114114
* Alternatively, you can retrieve the location of the Hatch config file by running `hatch config find` in your shell.
115115
2. Update your email and name
116116
* Once the file is open, update the \[template\] table of the `config.toml` file with your name and email. This information will be used in any `pyproject.toml` metadata files that you create using Hatch.

0 commit comments

Comments
 (0)