Skip to content

Commit 89fdae5

Browse files
committed
update readme
1 parent df831b7 commit 89fdae5

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

Images/completeinstall.png

14.3 KB
Loading

Images/controlpanel.png

10.5 KB
Loading

Images/nextinstall.png

9.64 KB
Loading

Images/pathselectinstlal.png

10.9 KB
Loading

Images/welcomeinstall.png

16.1 KB
Loading

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
![Visual Studio 2022](https://img.shields.io/badge/Visual_Studio_2022_Preview_2.0-17.1.0-yellow)
1212
![.NET Framework](https://img.shields.io/badge/.NET_6(LTS)-yellow)
1313

14+
[![Publish](../../actions/workflows/Workflow.yml/badge.svg)](../../actions)
15+
1416
## Introduction
1517

1618
This is obviously a fork of [RevitPythonShell](https://github.com/architecture-building-systems/revitpythonshell), bringing an IronPython interpreter to Autodesk Autocad,
@@ -31,14 +33,15 @@ The biggest limitation is that you can't deploy DLLs with custom scripts at this
3133
- Full access to the .NET framework and the Navis API
3234
- Configurable "environment" variables that can be used in your scripts
3335
- Save "external scripts" for reuse and start collecting your awesome hacks!
34-
- Run scripts at Autocad startup
36+
- Run scripts at Autocad or Civil startup
3537

3638
## Installation
3739

38-
- Download file zip from section [Release](https://github.com/chuongmep/CADPythonShell/releases/latest)
39-
- Extract file to folder `C:\ProgramData\Autodesk\ApplicationPlugins`
40+
- Download last install stable(msi) from [Release](https://github.com/chuongmep/CADPythonShell/releases/latest)
4041
- Use command `PythonConsole` to open Console or use command `PythonShellSetting` to open form setting
4142

43+
Note : Support for 4 last version(2018-2022) Autocad or Civil 3D. Older versions can be used but will not guarantee the expected performance.
44+
4245
## How to use
4346

4447
- Open Python Console from Command Line or button APS in Ribbon.
@@ -117,3 +120,4 @@ Thanks to [JetBrains](https://www.jetbrains.com/) for providing licenses for [Ri
117120
* [Dimitar Venkov](https://github.com/dimven/NavisPythonShell) (original port to Navisworks)
118121
* [ChuongMep](https://github.com/chuongmep) (original port to Autocad)
119122
* The rest of the RPS contributors
123+
* [Nice 3 Point](https://github.com/Nice3point) for process CI/CD

0 commit comments

Comments
 (0)