Skip to content

Commit

Permalink
small fix on 'Live development environment' instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
theoryshaw committed Aug 18, 2023
1 parent 10fae03 commit dec9787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blenderbim/docs/devs/installation.rst
Expand Up @@ -168,8 +168,8 @@ Before running it follow the instructions descibed after `rem` tags.
rd /S /Q "%blenderbim%\libs\site\packages\ifcclash"
rd /S /Q "%blenderbim%\libs\site\packages\ifcpatch"
rd /S /Q "%blenderbim%\libs\site\packages\ifctester"
rd /S /Q "%blenderbim%\libs\site\packages\ifccsv.py"
rd /S /Q "%blenderbim%\libs\site\packages\ifcdiff.py"
del "%blenderbim%\libs\site\packages\ifccsv.py"
del "%blenderbim%\libs\site\packages\ifcdiff.py"
mklink "%blenderbim%\libs\site\packages\ifccsv.py" "%cd%\src\ifccsv\ifccsv.py"
mklink "%blenderbim%\libs\site\packages\ifcdiff.py" "%cd%\src\ifcdiff\ifcdiff.py"
mklink /D "%blenderbim%\libs\site\packages\ifc4d" "%cd%\src\ifc4d\ifc4d"
Expand Down

4 comments on commit dec9787

@theoryshaw
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure the same applies for Linux too.
....

Also, was confused why there's a double the directories in these paths? I thought it was a typo, but seems to still work.
image

@Moult
Copy link
Contributor

@Moult Moult commented on dec9787 Aug 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks for the fix! Double the paths is corect. The top level is for the entire software including metadata like build files and readme, and the lower level is for the distributed package.

@Jesusbill
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should console be modified to bash or sth? It doesn't seem to render well the code block in the browser - missing new lines ...
.. code-block:: console

@Moult
Copy link
Contributor

@Moult Moult commented on dec9787 Aug 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jesusbill ah yes that was fixed a while ago, regenerated now.

Please sign in to comment.