Skip to content

Commit ee8cb1e

Browse files
Move python directory up and update its readme
1 parent 1d758c8 commit ee8cb1e

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed
File renamed without changes.

dist/python/README.md python/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ URDF description for the [Upkie](https://hackaday.io/project/185729-upkie-wheele
99

1010
## Installation
1111

12-
### Conda
12+
### From conda-forge
1313

1414
```
15-
conda install upkie_description
15+
conda install -c conda-forge upkie_description
1616
```
1717

18-
### PyPI
18+
### From PyPI
1919

2020
```
2121
pip install upkie_description
File renamed without changes.

dist/python/tmpflit.sh python/tmpflit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
SCRIPT=$(realpath "$0")
2020
SCRIPTDIR=$(dirname "${SCRIPT}")
2121
COMMAND=$@
22-
SRCDIR=${SCRIPTDIR}/../..
22+
SRCDIR=${SCRIPTDIR}/..
2323
TMPDIR=$(mktemp -d)
2424

2525
echo "[debug] COMMAND=${COMMAND}"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)