mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fixed installing api2html when generating OpenAPI docs.
Thanks to xet7 !
This commit is contained in:
parent
5104e74303
commit
ccbc7f6122
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ fi
|
|||
if [ ! -d ~/python/esprima-python ]; then
|
||||
sudo apt-get -y install python3-pip
|
||||
pip3 install -U setuptools wheel
|
||||
npm install -g api2html
|
||||
sudo npm install -g api2html
|
||||
mkdir -p ~/python
|
||||
cd ~/python
|
||||
git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue